can-stache-bindings
Advanced tools
Comparing version 3.0.0-pre.10 to 3.0.0-pre.11
@@ -17,4 +17,3 @@ @function can-stache-bindings.toChild {to-child} | ||
@param {can-stache.expressions} key A KeyLookup or Call expression whose value | ||
is used to set as `childProp`. | ||
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key An expression whose resulting value is used to set as `childProp`. | ||
@@ -21,0 +20,0 @@ @signature `{$child-prop}="key"` |
@@ -18,3 +18,3 @@ @function can-stache-bindings.toParent {^to-parent} | ||
@param {String} key The name of the property to set in the parent scope. | ||
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key An expression that will be used to set in the parent scope. | ||
@@ -32,3 +32,3 @@ @signature `{^$child-prop}="key"` | ||
@param {String} key The name of the property to set in the parent scope. | ||
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key An expression whose resulting value with be used to set in the parent scope. | ||
@@ -35,0 +35,0 @@ |
@@ -26,3 +26,3 @@ @function can-stache-bindings.twoWay {\(two-way\)} | ||
@param {String} key The name of the property to two-way bind in the parent scope. | ||
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key A call expression whose value will be used to two-way bind in the parent scope. | ||
@@ -41,3 +41,3 @@ @signature `{($child-prop)}="key"` | ||
@param {String} key The name of the property to two-way bind in the parent scope. | ||
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key A call expression whose value will be used to two-way bind in the parent scope. | ||
@@ -44,0 +44,0 @@ @body |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.0.0-pre.10", | ||
"version": "3.0.0-pre.11", | ||
"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
162666