<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sasaplus1</author_name>
  <author_url>https://blog.hatena.ne.jp/sasaplus1/</author_url>
  <blog_title>四角革命前夜</blog_title>
  <blog_url>https://sasaplus1.hatenadiary.com/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>前回の続き。 プライベート関数をパブリックメソッドとして開示する var aaa; (function(){ function b() { console.log('b'); } function c() { console.log('c'); } // publicにする aaa = { b: b, c: c, a: b }; }()); aaa.b(); // b aaa.c(); // c aaa.a(); // b aaa.b = null; // bが上書きされてもaは使える aaa.a(); // b aaa.b(); // error! ……これで合ってるのかな？</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsasaplus1.hatenadiary.com%2Fentry%2F20110903%2F1315046403&quot; title=&quot;JavaScriptパターン 第5章の続き - 四角革命前夜&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>2011-09-03 19:40:03</published>
  <title>JavaScriptパターン 第5章の続き</title>
  <type>rich</type>
  <url>https://sasaplus1.hatenadiary.com/entry/20110903/1315046403</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
