Initial commit
This commit is contained in:
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
|
||||
Object.implement('mustache', function(view, partials){
|
||||
return Mustache.render(view, this, partials);
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user