From e55c97debaa0ef8487ece219b6eadbc147ece1f9 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 29 Mar 2010 20:25:42 -0700 Subject: dissabled a lot of tests, and made the core test set pass. --- src/Scope.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Scope.js') diff --git a/src/Scope.js b/src/Scope.js index 6ba6aa8e..3e225653 100644 --- a/src/Scope.js +++ b/src/Scope.js @@ -61,6 +61,7 @@ function expressionCompile(exp){ function parserNewScopeAdapter(fn) { return function(){ return fn({ + state: this, scope: { set: this.$set, get: this.$get -- cgit v1.2.3