can-stache-bindings
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -611,6 +611,14 @@ // # can-stache-bindings.js | ||
on: function(updater){ | ||
canEvent.on.call(el,event, updater); | ||
if (event === "radiochange") { | ||
canEvent.on.call(el, "change", updater); | ||
} | ||
canEvent.on.call(el, event, updater); | ||
}, | ||
off: function(updater){ | ||
canEvent.off.call(el,event, updater); | ||
if (event === "radiochange") { | ||
canEvent.off.call(el, "change", updater); | ||
} | ||
canEvent.off.call(el, event, updater); | ||
}, | ||
@@ -617,0 +625,0 @@ get: get, |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"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
159854
3518