can-stache-bindings
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -278,3 +278,6 @@ // # can-stache-bindings.js | ||
// get parsed. | ||
var expr = expression.parse(removeBrackets(attrVal),{lookupRule: "method", methodRule: "call"}); | ||
var expr = expression.parse(removeBrackets(attrVal),{ | ||
lookupRule: function(){ | ||
return expression.Lookup; | ||
}, methodRule: "call"}); | ||
@@ -281,0 +284,0 @@ if(!(expr instanceof expression.Call) && !(expr instanceof expression.Helper)) { |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -39,3 +39,3 @@ "homepage": "http://canjs.com", | ||
"can-observation": "^3.0.1", | ||
"can-stache": "^3.0.22", | ||
"can-stache": "^3.0.24", | ||
"can-types": "^1.0.1", | ||
@@ -42,0 +42,0 @@ "can-util": "^3.3.7", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160417
3536
Updatedcan-stache@^3.0.24