Skip to content

Commit da996e6

Browse files
committed
Underscore 1.7.0 -- jashkenas#1799
1 parent 9437f67 commit da996e6

File tree

6 files changed

+172
-162
lines changed

6 files changed

+172
-162
lines changed

docs/docco.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,18 @@ ul.sections > li > div {
180180
display: block;
181181
}
182182

183+
#jump_page_wrapper{
184+
position: fixed;
185+
right: 0;
186+
top: 0;
187+
bottom: 0;
188+
}
189+
183190
#jump_page {
184191
padding: 5px 0 3px;
185192
margin: 0 0 25px 25px;
193+
max-height: 100%;
194+
overflow: auto;
186195
}
187196

188197
#jump_page .source {

docs/underscore.html

Lines changed: 155 additions & 154 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@
356356
</p>
357357

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

365365
<p>
@@ -372,7 +372,7 @@
372372
</p>
373373

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

378378
<p>

underscore-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore-min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
// Current version.
55-
_.VERSION = '1.6.0';
55+
_.VERSION = '1.7.0';
5656

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

0 commit comments

Comments
 (0)