aboutsummaryrefslogtreecommitdiffstats
path: root/src/Binder.js
diff options
context:
space:
mode:
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 e516ec32..8dac934b 100644
--- a/src/Binder.js
+++ b/src/Binder.js
@@ -95,7 +95,7 @@ Binder.prototype = {
updateView: function() {
var start = new Date().getTime();
var scope = jQuery(this.doc).scope();
- scope.set("$invalidWidgets", []);
+ scope.clearInvalid();
scope.updateView();
var end = new Date().getTime();
this.updateAnchor();