clean-up + bugfixes

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

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

@ -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 ? {

Loading…
Cancel
Save