Browse Source

Merge pull request #75 from oskarkrawczyk/master

Added MooTools compat plugin
tags/0.5.1
Jan Lehnardt 14 years ago
parent
commit
0fefe1ef8e
2 changed files with 7 additions and 0 deletions
  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 View File

@@ -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 View File

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


Loading…
Cancel
Save