Work in progress on a major revision of the NanoUI templating system.

This commit is contained in:
Mark Aherne
2014-07-07 02:05:39 +01:00
parent 4703526738
commit 1b8d865061
6 changed files with 30 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ var NanoTemplate = function () {
var _helpers = {};
var init = function () {
doT.templateSettings['varname'] = 'data';
};
var compileTemplates = function () {