不要怂,就是干,撸起袖子干!

Commit 99443aaa by Mick Hansen

cleanup

1 parent 4d1d686c
Showing with 0 additions and 3 deletions
......@@ -86,9 +86,6 @@ module.exports = (function() {
return this.dataValues && this.dataValues.hasOwnProperty(name) ? this.dataValues[name] : this[name]
}
DAO.prototype.setDataValue = function(name, value) {
if (Utils.hasChanged(this.dataValues[name], value)) {
this.isDirty = true
}
this.dataValues[name] = value
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!