Skip to content

Commit 0d820ef

Browse files
authored
Merge pull request #2998 from Aurimas-stack/update-docs-version
Add _.VERSION to the documentation
2 parents d2e7e61 + 918bb15 commit 0d820ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@
499499
<li data-name="result">- <a href="#result">result</a></li>
500500
<li data-name="now">- <a href="#now">now</a></li>
501501
<li data-name="template">- <a href="#template">template</a></li>
502+
<li data-name="version">- <a href="#version">version</a></li>
502503
</ul>
503504
</div>
504505

@@ -2757,6 +2758,14 @@ <h2 id="utility">Utility Functions</h2>
27572758
JST.project = <%= _.template(jstText).source %>;
27582759
&lt;/script&gt;</pre>
27592760

2761+
<p id="version">
2762+
<b class="header">VERSION</b>
2763+
<br>
2764+
It is possible to get the current Underscore version via
2765+
<tt>_.VERSION</tt>
2766+
.
2767+
<pre>_.VERSION =&gt; 1.13.7</pre>
2768+
</p>
27602769

27612770
<h2 id="oop">Object-Oriented Style</h2>
27622771

0 commit comments

Comments
 (0)