Skip to content

Commit

Permalink
Moved version to utility, added version to table of contents, changed…
Browse files Browse the repository at this point in the history
… id, title and > symbol
  • Loading branch information
Aurimas-stack committed Oct 16, 2024
1 parent f2c22dd commit 918bb15
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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 Expand Up @@ -2979,15 +2988,6 @@ <h2 id="notes">Notes</h2>
</ul>
</p>

<p id="relational-operator-note">
<b class="header">Underscore version</b>
<br>
It's possible to get current Underscore version via
<tt>_.VERSION</tt>
.
<pre>_.VERSION => 1.13.7</pre>
</p>

<h2 id="changelog">Change Log</h2>

<p id="1.13.7">
Expand Down

0 comments on commit 918bb15

Please sign in to comment.