Explorar el Código

spaces, not tabs

tags/0.2
Jan Lehnardt hace 16 años
padre
commit
26dcea4079
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Ver fichero

@@ -32,7 +32,7 @@ var Mustache = function() {
if(typeof(context[name]) != "object") {
throw({message: "subcontext for '" + name + "' is not an object"});
}
if(!partials || !partials[name]) {
if(!partials || !partials[name]) {
throw({message: "unknown_partial"});
}
return this.render(partials[name], context[name], partials);


Cargando…
Cancelar
Guardar