can-stache-bindings
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -316,3 +316,7 @@ // # can-stache-bindings.js | ||
// nothing found yet, look for a stache helper | ||
stacheHelper = stacheHelperCore.getHelper(expr.methodExpr.key); | ||
var name = observeReader.reads(expr.methodExpr.key).map(function(part){ | ||
return part.key; | ||
}).join("."); | ||
stacheHelper = stacheHelperCore.getHelper(name); | ||
if(stacheHelper){ | ||
@@ -327,6 +331,2 @@ args = expr.args(localScope, null)(); | ||
scopeData = localScope.read(expr.methodExpr.key, { | ||
isArgument: true | ||
}); | ||
//!steal-remove-start | ||
@@ -333,0 +333,0 @@ dev.warn("can-stache-bindings: " + attributeName + " couldn't find method named " + expr.methodExpr.key, { |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
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
160289
3530