From 7e14dff90516a41ff1903cc44fe3389710f15556 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 17 Feb 2010 16:05:26 -0800 Subject: fix this on filter to point to scope --- src/Scope.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Scope.js b/src/Scope.js index c0998168..4de57dd2 100644 --- a/src/Scope.js +++ b/src/Scope.js @@ -105,6 +105,7 @@ Scope.prototype = { } context = context || {}; context.scope = this; + context.self = this.state; return expression(context); }, -- cgit v1.2.3