2
0

Initial commit

This commit is contained in:
Harald Rietman
2017-06-25 18:48:17 +02:00
commit 0b086db400
24 changed files with 2328 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Object.implement('mustache', function(view, partials){
return Mustache.render(view, this, partials);
});
})();

View File

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