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

Commit 0747c747 by Mick Hansen

chore(dao): bit of cleanup

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