Przeglądaj źródła

spaces, not tabs

tags/0.2
Jan Lehnardt 16 lat temu
rodzic
commit
26dcea4079
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz