Changeset 17688

Show
Ignore:
Timestamp:
08/16/08 09:12:08 (5 months ago)
Author:
amachang
Message:

Firebug の資料の mime type

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/amachang/20080813-procamp2008/firebug.html

    r17685 r17688  
    204204                    <a href="http://b.hatena.ne.jp/">ここに行って</a> 
    205205                </p> 
    206 <pre><code>Array.filter(document.getElementsByClassName('bookmark'), function(_,i) i &lt; 5).forEach(open); 
     206<pre><code>Array.filter(document.getElementsByClassName('bookmark'), function(_,i) { return i &lt; 5 }).forEach(open); 
    207207</code></pre> 
    208208            </div>