<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ushisantoasobu</author_name>
  <author_url>https://blog.hatena.ne.jp/ushisantoasobu/</author_url>
  <blog_title>ushisantoasobu's blog</blog_title>
  <blog_url>https://ushisantoasobu.hateblo.jp/</blog_url>
  <categories>
    <anon>javascript</anon>
    <anon>createjs</anon>
  </categories>
  <description>javascriptで、オブジェクト指向の継承のようなものを実装する方法はいくつかあるようですが、今回のエントリーでは現在業務で使っているcreatejsのそれについて簡単に整理しましたので書いておこうと思います。 // ネームスペース // 名前空間の汚染を防ぐため this.namespace = this.namespace || {}; (function(){ // コンストラクタ関数 // new Cat() で呼び出される関数 /** * コンストラクタ */ var Cat = function() { // }; // static変数 // すべて大文字 // 外部から書き…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fushisantoasobu.hateblo.jp%2Fentry%2F2013%2F07%2F20%2F163133&quot; title=&quot;createjsの継承の実装について整理 - ushisantoasobu&amp;#39;s blog&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>2013-07-20 16:31:33</published>
  <title>createjsの継承の実装について整理</title>
  <type>rich</type>
  <url>https://ushisantoasobu.hateblo.jp/entry/2013/07/20/163133</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
