can-stache-bindings
Advanced tools
Comparing version 3.0.12 to 3.0.13
@@ -465,3 +465,3 @@ // # can/view/bindings/bindings.js | ||
return function(newVal){ | ||
scope.attr(cleanVMName(scopeProp), newVal); | ||
scope.set(cleanVMName(scopeProp), newVal); | ||
}; | ||
@@ -468,0 +468,0 @@ } |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.0.12", | ||
"version": "3.0.13", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
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
144737