This commit is contained in:
Julian Lam
2013-11-21 16:55:31 -05:00
parent 1058d54c52
commit 33868804fd
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,9 @@ var utils = require('./../public/src/utils.js'),
var themeData = {
'theme:type': data.type,
'theme:id': data.id,
'theme:staticDir': ''
'theme:staticDir': '',
'theme:templates': '',
'theme:src': ''
};
switch(data.type) {