Skip to content

Commit

Permalink
trim trailing whitespace in docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Jun 2, 2014
1 parent a32e1ff commit 9dc6071
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2313,9 +2313,9 @@ <h2 id="Router">Backbone.Router</h2>
<p id="Router-execute">
<b class="header">execute</b><code>router.execute(callback, args)</code>
<br />
This method is called internally within the router, whenever a route
matches and its corresponding <b>callback</b> is about to be executed.
Override it to perform custom parsing or wrapping of your routes, for
This method is called internally within the router, whenever a route
matches and its corresponding <b>callback</b> is about to be executed.
Override it to perform custom parsing or wrapping of your routes, for
example, to parse query strings before handing them to your route
callback, like so:
</p>
Expand Down Expand Up @@ -3302,12 +3302,12 @@ <h2 id="examples-quartz">Quartz</h2>
<h2 id="examples-earth">Earth</h2>

<p>
<a href="http://earth.nullschool.net">Earth.nullschool.net</a> displays real-time weather
conditions on an interactive animated globe, and Backbone provides the
foundation upon which all of the site's components are built. Despite the
presence of several other javascript libraries, Backbone's non-opinionated
design made it effortless to mix-in the <a href="#Events">Events</a> functionality used for
distributing state changes throughout the page. When the decision was made
<a href="http://earth.nullschool.net">Earth.nullschool.net</a> displays real-time weather
conditions on an interactive animated globe, and Backbone provides the
foundation upon which all of the site's components are built. Despite the
presence of several other javascript libraries, Backbone's non-opinionated
design made it effortless to mix-in the <a href="#Events">Events</a> functionality used for
distributing state changes throughout the page. When the decision was made
to switch to Backbone, large blocks of custom logic simply disappeared.
</p>

Expand All @@ -3320,25 +3320,25 @@ <h2 id="examples-earth">Earth</h2>
<h2 id="examples-vox">Vox</h2>

<p>
Vox Media, the publisher of
<a href="http://www.sbnation.com/">SB Nation</a>,
<a href="http://www.theverge.com/">The Verge</a>,
<a href="http://www.polygon.com/">Polygon</a>,
<a href="http://www.eater.com/">Eater</a>,
<a href="http://www.racked.com/">Racked</a>,
<a href="http://www.curbed.com/">Curbed</a>, and
<a href="http://www.vox.com/">Vox.com</a>, uses Backbone throughout
<a href="http://techcrunch.com/2012/05/07/a-closer-look-at-chorus-the-next-generation-publishing-platform-that-runs-vox-media/">Chorus</a>,
its home-grown publishing platform. Backbone powers the
<a href="http://product.voxmedia.com/post/25113965826/introducing-syllabus-vox-medias-s3-powered-liveblog">liveblogging platform</a>
and <a href="http://product.voxmedia.com/2013/11/11/5426878/using-backbone-js-for-sanity-and-stability">commenting system</a>
used across all Vox Media properties; Coverage, an internal editorial coordination tool;
<a href="http://www.sbnation.com/college-basketball/2014/4/7/5592112/kentucky-vs-uconn-2014-ncaa-tournament-championship-live-chat">SB Nation Live</a>,
a live event coverage and chat tool; and
<a href="http://www.vox.com/cards/ukraine-everything-you-need-to-know/what-is-the-ukraine-crisis">Vox Cards</a>,
Vox Media, the publisher of
<a href="http://www.sbnation.com/">SB Nation</a>,
<a href="http://www.theverge.com/">The Verge</a>,
<a href="http://www.polygon.com/">Polygon</a>,
<a href="http://www.eater.com/">Eater</a>,
<a href="http://www.racked.com/">Racked</a>,
<a href="http://www.curbed.com/">Curbed</a>, and
<a href="http://www.vox.com/">Vox.com</a>, uses Backbone throughout
<a href="http://techcrunch.com/2012/05/07/a-closer-look-at-chorus-the-next-generation-publishing-platform-that-runs-vox-media/">Chorus</a>,
its home-grown publishing platform. Backbone powers the
<a href="http://product.voxmedia.com/post/25113965826/introducing-syllabus-vox-medias-s3-powered-liveblog">liveblogging platform</a>
and <a href="http://product.voxmedia.com/2013/11/11/5426878/using-backbone-js-for-sanity-and-stability">commenting system</a>
used across all Vox Media properties; Coverage, an internal editorial coordination tool;
<a href="http://www.sbnation.com/college-basketball/2014/4/7/5592112/kentucky-vs-uconn-2014-ncaa-tournament-championship-live-chat">SB Nation Live</a>,
a live event coverage and chat tool; and
<a href="http://www.vox.com/cards/ukraine-everything-you-need-to-know/what-is-the-ukraine-crisis">Vox Cards</a>,
Vox.com's highlighter-and-index-card inspired app for providing context about the news.
</p>

<div style="text-align: center;">
<a href="http://vox.com">
<img width="550" height="402" data-original="docs/images/vox.jpg" alt="Vox" class="example_retina" />
Expand Down Expand Up @@ -3418,11 +3418,11 @@ <h2 id="examples-gilt">Gilt Groupe</h2>
<h2 id="examples-enigma">Enigma</h2>

<p>
<a href="http://enigma.io">Enigma</a> is a portal amassing the largest
collection of public data produced by governments, universities, companies,
and organizations. Enigma uses Backbone Models and Collections to represent
complex data structures; and Backbone's Router gives Enigma users unique URLs for
application states, allowing them to navigate quickly through the site while
<a href="http://enigma.io">Enigma</a> is a portal amassing the largest
collection of public data produced by governments, universities, companies,
and organizations. Enigma uses Backbone Models and Collections to represent
complex data structures; and Backbone's Router gives Enigma users unique URLs for
application states, allowing them to navigate quickly through the site while
maintaining the ability to bookmark pages and navigate forward and backward
through their session.
</p>
Expand Down Expand Up @@ -4036,13 +4036,13 @@ <h2 id="examples-tzigla">Tzigla</h2>

<h2 id="changelog">Change Log</h2>

<b class="header">1.1.2</b> &mdash; <small><i>Feb. 20, 2014</i></small>
&mdash; <a href="https://github.com/jashkenas/backbone/compare/1.1.1...1.1.2">Diff</a>
<b class="header">1.1.2</b> &mdash; <small><i>Feb. 20, 2014</i></small>
&mdash; <a href="https://github.com/jashkenas/backbone/compare/1.1.1...1.1.2">Diff</a>
&mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/jashkenas/backbone/1.1.2/index.html">Docs</a>
<br />
<ul style="margin-top: 5px;">
<li>
Backbone no longer tries to require jQuery in Node/CommonJS environments,
Backbone no longer tries to require jQuery in Node/CommonJS environments,
for better compatibility with folks using Browserify.
If you'd like to have Backbone use jQuery from Node, assign it like so:
<tt>Backbone.$ = require('jquery');</tt>
Expand All @@ -4055,7 +4055,7 @@ <h2 id="changelog">Change Log</h2>
<b class="header">1.1.1</b> &mdash; <small><i>Feb. 13, 2014</i></small> &mdash; <a href="https://github.com/jashkenas/backbone/compare/1.1.0...1.1.1">Diff</a> &mdash; <a href="http://htmlpreview.github.com/?https://raw.github.com/jashkenas/backbone/1.1.1/index.html">Docs</a><br />
<ul style="margin-top: 5px;">
<li>
Backbone now registers itself for AMD (Require.js), Bower and Component,
Backbone now registers itself for AMD (Require.js), Bower and Component,
as well as being a CommonJS module and a regular (Java)Script. Whew.
</li>
<li>
Expand Down

0 comments on commit 9dc6071

Please sign in to comment.