瀏覽代碼

return mustache object from factory

When using amdclean to create a footprint less javascript file, the object needs to be returned to let it properly be assigned to the created script variable.
tags/v2.3.0
mightyplow GitHub 9 年之前
父節點
當前提交
fc5492b750
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      mustache.js

+ 1
- 0
mustache.js 查看文件

@@ -626,4 +626,5 @@
mustache.Context = Context;
mustache.Writer = Writer;

return mustache;
}));

Loading…
取消
儲存