Przeglądaj źródła

Fix compatibility bug in Chrome

tags/0.5.0-vsc
Sahab Yazdani 15 lat temu
rodzic
commit
3e98fdf68e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js Wyświetl plik

@@ -459,7 +459,7 @@ var Mustache = (function(undefined) {
for (n = parserContext.tokens.length;parserContext.cursor<n;++parserContext.cursor) {
token = parserContext.tokens[parserContext.cursor];
if (token==='') {
if (token==='' || token===undefined) {
continue;
}


Ładowanie…
Anuluj
Zapisz