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

Commit 11adc6f6 by Daniel Durante

scopeObj will no longer be polluted to other instances/same instance really.

1 parent 81a2e3cc
Showing with 1 additions and 1 deletions
...@@ -189,7 +189,7 @@ module.exports = (function() { ...@@ -189,7 +189,7 @@ module.exports = (function() {
} }
DAOFactory.prototype.scope = function(option) { DAOFactory.prototype.scope = function(option) {
var self = this var self = Object.create(this)
, type , type
, options , options
, merge , merge
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!