File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 499
499
< li data-name ="result "> - < a href ="#result "> result</ a > </ li >
500
500
< li data-name ="now "> - < a href ="#now "> now</ a > </ li >
501
501
< li data-name ="template "> - < a href ="#template "> template</ a > </ li >
502
+ < li data-name ="version "> - < a href ="#version "> version</ a > </ li >
502
503
</ ul >
503
504
</ div >
504
505
@@ -2757,6 +2758,14 @@ <h2 id="utility">Utility Functions</h2>
2757
2758
JST.project = < %= _.template(jstText).source %> ;
2758
2759
</script></ pre >
2759
2760
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 => 1.13.7</ pre >
2768
+ </ p >
2760
2769
2761
2770
< h2 id ="oop "> Object-Oriented Style</ h2 >
2762
2771
You can’t perform that action at this time.
0 commit comments