浏览代码

Added MooTools compat plugin

tags/0.5.1
Oskar Krawczyk 15 年前
父节点
当前提交
56a2dfc76d
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. +5
    -0
      mustache-mootools/mustache.js.tpl.post
  2. +2
    -0
      mustache-mootools/mustache.js.tpl.pre

+ 5
- 0
mustache-mootools/mustache.js.tpl.post 查看文件

@@ -0,0 +1,5 @@

Object.implement('mustache', function(view, partials){
return Mustache.to_html(view, this, partials);
});
})();

+ 2
- 0
mustache-mootools/mustache.js.tpl.pre 查看文件

@@ -0,0 +1,2 @@
(function(){


正在加载...
取消
保存