Przeglądaj źródła

Remove ignored argument

tags/0.5.2
Michael Jackson 13 lat temu
rodzic
commit
a160c16d90
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

@@ -303,7 +303,7 @@ var Mustache;
var fn = this._partialCache[name];

if (fn) {
return fn(context, this);
return fn(context);
}

return "";


Ładowanie…
Anuluj
Zapisz