Index: compiler/lib/implementation/core.js |
diff --git a/compiler/lib/implementation/core.js b/compiler/lib/implementation/core.js |
index 12456e177d59536d665a777addf1551aa8f82320..433d22373ef42e805562608be1b62d1906cc6cf8 100644 |
--- a/compiler/lib/implementation/core.js |
+++ b/compiler/lib/implementation/core.js |
@@ -115,7 +115,7 @@ function $bind3_1(fn, thisObj, scope1, scope2, scope3) { |
} |
function $bind3_2(fn, thisObj, scope1, scope2, scope3) { |
return function(arg1, arg2) { |
- return fn.call(thisObj, scope1, scope2, arg1, arg2); |
+ return fn.call(thisObj, scope1, scope2, scope3, arg1, arg2); |
} |
} |
function $bind3_3(fn, thisObj, scope1, scope2, scope3) { |