JSON translate appears to happen by default

This commit is contained in:
Remy Sharp 2012-07-22 19:30:29 +01:00
parent 9b9b1210a0
commit c679f8e107
2 changed files with 0 additions and 4 deletions

View File

@ -299,8 +299,6 @@ module.exports = utils.inherit(Object, {
}
}
bin.settings = JSON.parse(bin.settings || '{}');
return bin;
}
});

View File

@ -345,8 +345,6 @@ module.exports = utils.inherit(Object, {
}
}
bin.settings = JSON.parse(bin.settings || '{}');
return bin;
},
convertUserDates: function (user) {