Skip to content

Commit

Permalink
code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
thejefflarson committed Oct 13, 2010
1 parent b06c877 commit 3cb5b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@
return el;
},

// Set callbacks, where this.callbacks is a hash of
// Set callbacks, where `this.callbacks` is a hash of
//
// *{"event selector": "callback"}*
//
Expand Down
2 changes: 1 addition & 1 deletion docs/backbone.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<span class="k">if</span> <span class="p">(</span><span class="nx">attributes</span><span class="p">)</span> <span class="nx">$</span><span class="p">(</span><span class="nx">el</span><span class="p">).</span><span class="nx">attr</span><span class="p">(</span><span class="nx">attributes</span><span class="p">);</span>
<span class="k">if</span> <span class="p">(</span><span class="nx">content</span><span class="p">)</span> <span class="nx">$</span><span class="p">(</span><span class="nx">el</span><span class="p">).</span><span class="nx">html</span><span class="p">(</span><span class="nx">content</span><span class="p">);</span>
<span class="k">return</span> <span class="nx">el</span><span class="p">;</span>
<span class="p">},</span></pre></div> </td> </tr> <tr id="section-68"> <td class="docs"> <div class="octowrap"> <a class="octothorpe" href="#section-68">#</a> </div> <p>Set callbacks, where this.callbacks is a hash of</p>
<span class="p">},</span></pre></div> </td> </tr> <tr id="section-68"> <td class="docs"> <div class="octowrap"> <a class="octothorpe" href="#section-68">#</a> </div> <p>Set callbacks, where <code>this.callbacks</code> is a hash of</p>

<p><em>{"event selector": "callback"}</em></p>

Expand Down

0 comments on commit 3cb5b34

Please sign in to comment.