Skip to content

Commit

Permalink
Underscore 1.7.0 -- #1799
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Aug 26, 2014
1 parent 9437f67 commit da996e6
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 162 deletions.
9 changes: 9 additions & 0 deletions docs/docco.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,18 @@ ul.sections > li > div {
display: block;
}

#jump_page_wrapper{
position: fixed;
right: 0;
top: 0;
bottom: 0;
}

#jump_page {
padding: 5px 0 3px;
margin: 0 0 25px 25px;
max-height: 100%;
overflow: auto;
}

#jump_page .source {
Expand Down
309 changes: 155 additions & 154 deletions docs/underscore.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@
</p>

<p>
Underscore provides 115-odd functions that support both the usual
functional suspects: <b>map</b>, <b>filter</b>, <b>invoke</b> &mdash;
as well as more specialized helpers: function binding, javascript
templating, deep equality testing, and so on.
Underscore provides over 100 functions that support both your favorite
workaday functional helpers: <b>map</b>, <b>filter</b>, <b>invoke</b> &mdash;
as well as more specialized goodies: function binding, javascript
templating, creating quick indexes, deep equality testing, and so on.
</p>

<p>
Expand All @@ -372,7 +372,7 @@
</p>

<p>
Enjoying Underscore, and want to turn it up to 11? Try <a href="http://documentcloud.github.io/underscore-contrib/">Underscore-contrib</a>.
Enjoying Underscore, and want to <i>turn it up to 11?</i> Try <a href="http://documentcloud.github.io/underscore-contrib/">Underscore-contrib</a>.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion underscore-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion underscore-min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion underscore.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

// Current version.
_.VERSION = '1.6.0';
_.VERSION = '1.7.0';

This comment has been minimized.

Copy link
@akre54

akre54 Aug 26, 2014

Collaborator

oops! good catch


// Internal function that returns an efficient (for current engines) version
// of the passed-in callback, to be repeatedly applied in other Underscore
Expand Down

0 comments on commit da996e6

Please sign in to comment.