clean-up + bugfixes

v1.18.x
psychobunny 11 years ago
parent 444956d517
commit c67182204f

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

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

Loading…
Cancel
Save