clean-up + bugfixes

This commit is contained in:
psychobunny
2014-03-04 17:20:12 -05:00
parent 444956d517
commit c67182204f
2 changed files with 4 additions and 3 deletions

View File

@@ -176,7 +176,9 @@ var ajaxify = {};
next(err);
});
}, function(err) {
if (callback) {
callback(err);
}
});
});
};

View File

@@ -363,8 +363,7 @@
module.exports.__express = module.exports.render;
if ('undefined' !== typeof window) {
window.templates = module.exports;
templates.init();
window.templates = module.exports;a
}
})('undefined' === typeof module ? {