adding back global.templates to app.js

This commit is contained in:
psychobunny
2013-05-17 13:43:32 -04:00
parent e694751b72
commit ba8e0ea420

1
app.js
View File

@@ -7,6 +7,7 @@ var categories = require('./src/categories.js'),
DEVELOPMENT = true;
global.configuration = {};
global.templates = {};
(function(config) {
config['ROOT_DIRECTORY'] = __dirname;