diff --git a/mustache-mootools/mustache.js.tpl.post b/mustache-mootools/mustache.js.tpl.post new file mode 100644 index 0000000..a1b1b43 --- /dev/null +++ b/mustache-mootools/mustache.js.tpl.post @@ -0,0 +1,5 @@ + + Object.implement('mustache', function(view, partials){ + return Mustache.to_html(view, this, partials); + }); +})(); diff --git a/mustache-mootools/mustache.js.tpl.pre b/mustache-mootools/mustache.js.tpl.pre new file mode 100644 index 0000000..9839f99 --- /dev/null +++ b/mustache-mootools/mustache.js.tpl.pre @@ -0,0 +1,2 @@ +(function(){ +