aboutsummaryrefslogtreecommitdiffstats
path: root/src/Binder.js
diff options
context:
space:
mode:
authorMisko Hevery2010-02-09 13:13:18 -0800
committerMisko Hevery2010-02-09 13:13:18 -0800
commit799d72931a5a01de74bba69d8a6638cd57cec315 (patch)
treea8913e7a7322644c482ebff7471afa9d2e4f921d /src/Binder.js
parent9d566a0cd0225685efb192c195280b6857628d32 (diff)
downloadangular.js-799d72931a5a01de74bba69d8a6638cd57cec315.tar.bz2
added onUpdateView listener for config
Diffstat (limited to 'src/Binder.js')
-rw-r--r--src/Binder.js2
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){