Initial commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
dojox.mustache = dojo.hitch(Mustache, "render");
|
||||
|
||||
})();
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
Shameless port of a shameless port
|
||||
@defunkt => @janl => @aq => @voodootikigod
|
||||
|
||||
See http://github.com/defunkt/mustache for more info.
|
||||
*/
|
||||
|
||||
dojo.provide("dojox.mustache._base");
|
||||
(function(){
|
||||
Reference in New Issue
Block a user