Explorar el Código

roll 0.2.2

tags/0.2.2
Jan Lehnardt hace 16 años
padre
commit
70fdf9f2a0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      CHANGES.md
  2. +1
    -1
      mustache.js

+ 1
- 1
CHANGES.md Ver fichero

@@ -1,6 +1,6 @@
# mustache.js Changes # mustache.js Changes


## 0.2 (??-??-????)
## 0.2.2 (11-02-2010)


* ctemplate compat: Partials are indicated by >, not <. * ctemplate compat: Partials are indicated by >, not <.
* Add support for {{%PRAGMA}} to enable features. * Add support for {{%PRAGMA}} to enable features.


+ 1
- 1
mustache.js Ver fichero

@@ -278,7 +278,7 @@ var Mustache = function() {


return({ return({
name: "mustache.js", name: "mustache.js",
version: "0.2a",
version: "0.2.2",


/* /*
Turns a template and view into HTML Turns a template and view into HTML


Cargando…
Cancelar
Guardar