move _nodeEnv setup into master

This commit is contained in:
Tyler Renelle
2012-11-14 18:08:45 -05:00
parent 0088ea516b
commit b2d6596f92
4 changed files with 6 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ module.exports = function(expressApp, root, derby) {
model.at('_habitList').push({
id: taskId,
type: 'habit',
text: (title || taskId) + ' *',
text: title || taskId,
value: 0,
up: true,
down: true,