[Pkg-javascript-commits] [backbone] 94/101: code highlighting

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:58:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.1.0
in repository backbone.

commit 3cb5b34ca54a84fba5d133257117756fb62289bf
Author: Jeff Larson <thejefflarson at gmail.com>
Date:   Wed Oct 13 10:59:15 2010 -0400

    code highlighting
---
 backbone.js        | 2 +-
 docs/backbone.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/backbone.js b/backbone.js
index cac8674..5a23586 100644
--- a/backbone.js
+++ b/backbone.js
@@ -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"}*
     //
diff --git a/docs/backbone.html b/docs/backbone.html
index 8c9831f..a54063d 100644
--- a/docs/backbone.html
+++ b/docs/backbone.html
@@ -345,7 +345,7 @@ needed, use <strong>make</strong> to manufacture elements, one at a time.</p>
       <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>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list