From ba8e0ea4204cf0decc98b94bbda01cf15e8aa988 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 17 May 2013 13:43:32 -0400 Subject: [PATCH] adding back global.templates to app.js --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 6bc1b5d039..9858ea7023 100644 --- a/app.js +++ b/app.js @@ -7,6 +7,7 @@ var categories = require('./src/categories.js'), DEVELOPMENT = true; global.configuration = {}; +global.templates = {}; (function(config) { config['ROOT_DIRECTORY'] = __dirname;