Skip to content

Commit

Permalink
Merge pull request #2998 from Aurimas-stack/update-docs-version
Browse files Browse the repository at this point in the history
Add _.VERSION to the documentation
  • Loading branch information
jgonggrijp authored Oct 16, 2024
2 parents d2e7e61 + 918bb15 commit 0d820ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
<li data-name="result">- <a href="#result">result</a></li>
<li data-name="now">- <a href="#now">now</a></li>
<li data-name="template">- <a href="#template">template</a></li>
<li data-name="version">- <a href="#version">version</a></li>
</ul>
</div>

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

<p id="version">
<b class="header">VERSION</b>
<br>
It is possible to get the current Underscore version via
<tt>_.VERSION</tt>
.
<pre>_.VERSION =&gt; 1.13.7</pre>
</p>

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

Expand Down

0 comments on commit 0d820ef

Please sign in to comment.