瀏覽代碼

Fix compatibility bug in Chrome

tags/0.5.0-vsc
Sahab Yazdani 15 年之前
父節點
當前提交
3e98fdf68e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mustache.js

+ 1
- 1
mustache.js 查看文件

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


Loading…
取消
儲存