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

Commit 0747c747 by Mick Hansen

chore(dao): bit of cleanup

1 parent d985fae4
Showing with 2 additions and 9 deletions
......@@ -248,10 +248,4 @@ Mixin.getAssociationByAlias = function(alias) {
}
return null
}
/* example for instance methods:
Mixin.prototype.test = function() {
console.log('asd')
}
*/
}
\ No newline at end of file
......@@ -50,8 +50,6 @@ module.exports = (function() {
initValues.call(this, values, options);
}
Utils._.extend(DAO.prototype, Mixin.prototype)
/**
* A reference to the sequelize instance
* @see {Sequelize}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!