forgot return

This commit is contained in:
barisusakli
2014-11-17 12:45:30 -05:00
parent cb8ce066c8
commit 0864480433

View File

@@ -21,6 +21,7 @@ Templates.compile = function(callback) {
if (callback) {
callback();
}
return;
}
var coreTemplatesPath = nconf.get('core_templates_path'),