Explorar el Código

Added MooTools compat plugin

tags/0.5.1
Oskar Krawczyk hace 15 años
padre
commit
56a2dfc76d
Se han modificado 2 ficheros con 7 adiciones y 0 borrados
  1. +5
    -0
      mustache-mootools/mustache.js.tpl.post
  2. +2
    -0
      mustache-mootools/mustache.js.tpl.pre

+ 5
- 0
mustache-mootools/mustache.js.tpl.post Ver fichero

@@ -0,0 +1,5 @@

Object.implement('mustache', function(view, partials){
return Mustache.to_html(view, this, partials);
});
})();

+ 2
- 0
mustache-mootools/mustache.js.tpl.pre Ver fichero

@@ -0,0 +1,2 @@
(function(){


Cargando…
Cancelar
Guardar