diff options
Diffstat (limited to 'src/Binder.js')
| -rw-r--r-- | src/Binder.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Binder.js b/src/Binder.js index 8dac934b..4699a601 100644 --- a/src/Binder.js +++ b/src/Binder.js @@ -99,7 +99,7 @@ Binder.prototype = { scope.updateView(); var end = new Date().getTime(); this.updateAnchor(); - _.each(this.updateListeners, function(fn) {fn();}); + foreach(this.updateListeners, function(fn) {fn();}); }, docFindWithSelf: function(exp){ |
