Skip to content

Commit

Permalink
changes to index from gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nsfmc committed Mar 14, 2012
1 parent a30b365 commit a6762d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>obligatory demo</h2>
</div>
<div id="junkify">
<h2>the javascript</h2>
<p>The code that performs the transformations above is pretty straightforward, you can probably even implement it yourself in a smarter way. The code as it stands requires underscore, but you can probably rewrite it not even need that.</p>
<p>The code that performs the transformations above is pretty straightforward, you can probably even implement it yourself in a smarter way. The code as it stands requires <a href="http://documentcloud.github.com/underscore/">underscore.js</a>, but you can probably rewrite it not even need that (it uses <code>_.uniq, _.map, _.max, _.min, _.range</code>). it's your call</p>
<script src="https://gist.github.com/2038321.js?file=junkify.js"></script>
</div>
<div class="license">
Expand Down

0 comments on commit a6762d5

Please sign in to comment.