UI Cleanup - Updated Form and Handlebars subtree.

This commit is contained in:
Taloth Saldono
2015-02-13 22:05:27 +01:00
parent fb7988edb8
commit a5fd28326e
13 changed files with 345 additions and 311 deletions
+5 -7
View File
@@ -1,9 +1,7 @@
var Handlebars = require('handlebars');
module.exports = (function(){
Handlebars.registerHelper('debug', function(){
console.group('Handlebar context');
console.log(this);
console.groupEnd();
});
}).call(this);
Handlebars.registerHelper('debug', function() {
console.group('Handlebar context');
console.log(this);
console.groupEnd();
});