Skip to content

Commit fc53de8

Browse files
replace "ECMAScript 5" with "ES5" in documentation
1 parent d7a7e0c commit fc53de8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,10 +2577,10 @@ <h2 id="changelog">Change Log</h2>
25772577
representing default options.
25782578
Added an <tt>_.once</tt> function, for manufacturing functions that should
25792579
only ever execute a single time.
2580-
<tt>_.bind</tt> now delegates to the native ECMAScript 5 version,
2580+
<tt>_.bind</tt> now delegates to the native ES5 version,
25812581
where available.
25822582
<tt>_.keys</tt> now throws an error when used on non-Object values, as in
2583-
ECMAScript 5.
2583+
ES5.
25842584
Fixed a bug with <tt>_.keys</tt> when used over sparse arrays.
25852585
</p>
25862586

@@ -2628,7 +2628,7 @@ <h2 id="changelog">Change Log</h2>
26282628
<p id="1.1.0">
26292629
<b class="header">1.1.0</b> &mdash; <small><i>August 18, 2010</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.0.4...1.1.0">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.1.0/index.html">Docs</a><br />
26302630
The method signature of <tt>_.reduce</tt> has been changed to match
2631-
the ECMAScript 5 signature, instead of the Ruby/Prototype.js version.
2631+
the ES5 signature, instead of the Ruby/Prototype.js version.
26322632
This is a backwards-incompatible change. <tt>_.template</tt> may now be
26332633
called with no arguments, and preserves whitespace. <tt>_.contains</tt>
26342634
is a new alias for <tt>_.include</tt>.
@@ -2675,7 +2675,7 @@ <h2 id="changelog">Change Log</h2>
26752675
safer duck-typing on collection functions, and cleaner internals. A new
26762676
<tt>_.mixin</tt> method that allows you to extend Underscore with utility
26772677
functions of your own. Added <tt>_.times</tt>, which works the same as in
2678-
Ruby or Prototype.js. Native support for ECMAScript 5's <tt>Array.isArray</tt>,
2678+
Ruby or Prototype.js. Native support for ES5's <tt>Array.isArray</tt>,
26792679
and <tt>Object.keys</tt>.
26802680
</p>
26812681

0 commit comments

Comments
 (0)