add TODO comments, send mods to client as they are used there

This commit is contained in:
Matteo Pagliazzi
2015-08-14 21:05:04 +02:00
parent f896fdf16f
commit 2e1b046701
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ var mods = require('../models/user').mods;
var clientVars = ['language', 'isStaticPage', 'avalaibleLanguages', 'translations',
'FACEBOOK_KEY', 'NODE_ENV', 'BASE_URL', 'GA_ID',
'AMAZON_PAYMENTS', 'STRIPE_PUB_KEY', 'AMPLITUDE_KEY',
'worldDmg', 'IS_MOBILE'];
'worldDmg', 'mods', 'IS_MOBILE'];
var env = {
getManifestFiles: buildManifest.getManifestFiles,