diff options
Diffstat (limited to 'src/Scope.js')
| -rw-r--r-- | src/Scope.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Scope.js b/src/Scope.js index 3b1f3930..9be6bc3f 100644 --- a/src/Scope.js +++ b/src/Scope.js @@ -153,7 +153,7 @@ Scope.prototype = { }, markInvalid: function(widget) { - this.state.$invalidWidgets.push(widget); + this.state['$invalidWidgets'].push(widget); }, watch: function(declaration) { |
