diff --git a/index.html b/index.html index 42e0bd804..e2174607d 100644 --- a/index.html +++ b/index.html @@ -499,6 +499,7 @@
  • - result
  • - now
  • - template
  • +
  • - version
  • @@ -2757,6 +2758,14 @@

    Utility Functions

    JST.project = <%= _.template(jstText).source %>; </script> +

    + VERSION +
    + It is possible to get the current Underscore version via + _.VERSION + . +

    _.VERSION => 1.13.7
    +

    Object-Oriented Style