<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>terurou</author_name>
  <author_url>https://blog.hatena.ne.jp/terurou/</author_url>
  <blog_title>terurouメモ</blog_title>
  <blog_url>https://terurou.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>今日は意識せずに以下のようなコードを書いてしまって、30分ぐらいハマってしまった…。 function extend(s, c) { function f(){}; f.prototype = s.prototype; c.prototype = new f(); c.prototype.__super__ = s.prototype; c.prototype.__super__.constructor = s; c.prototype.constructor = c; return c; } var Foo = function() { // Fooのコンストラクタ }; var Bar =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fterurou.hateblo.jp%2Fentry%2F20070904%2F1188834197&quot; title=&quot;JavaScript継承パターンの間違った使い方 - terurouメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-09-04 00:43:17</published>
  <title>JavaScript継承パターンの間違った使い方</title>
  <type>rich</type>
  <url>https://terurou.hateblo.jp/entry/20070904/1188834197</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
