本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
46
Wiki
活動
瀏覽代碼
Fixed a problem with undefined function.
The default value was returned. But i need the value returned from pipelines
pull/691/head
Kieling
7 年之前
父節點
d5b974c0dc
當前提交
9e0ddbcd31
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+1
-1
mustache.min.js
+ 1
- 1
mustache.js
查看文件
@@ -388,7 +388,7 @@
} else if (self.parent && self.parent.view.hasOwnProperty(func)){
return self.parent.view[func](val);
} else {
return val
ue
;
return val;
}
};
return pipelines.reduce(pipelineResolver,value);
+ 1
- 1
mustache.min.js
文件差異過大導致無法顯示
查看文件
Write
Preview
Loading…
取消
儲存