can-stache-bindings
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "can-stache-bindings", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-stache-bindings.html", |
@@ -233,2 +233,4 @@ var steal = require("@steal"); | ||
var scopeKeyData = Array.from(settableObservableDeps.mutate.valueDependencies)[0]; | ||
var scopeKeyDataObservationDeps = canReflectDeps.getDependencyDataOf(scopeKeyData.observation) | ||
.whatChangesMe; | ||
var scopeKeyDataDeps = canReflectDeps.getDependencyDataOf(scopeKeyData) | ||
@@ -238,5 +240,10 @@ .whatChangesMe; | ||
assert.ok( | ||
scopeKeyDataDeps.derive.keyDependencies.get(map).has("scopeProp"), | ||
"The ScopeKeyData is bound to map.scopeProp" | ||
scopeKeyDataObservationDeps.derive.keyDependencies.get(map).has("scopeProp"), | ||
"The ScopeKeyData's internal observation is bound to map.scopeProp" | ||
); | ||
assert.ok( | ||
scopeKeyDataDeps.derive.valueDependencies.has(scopeKeyData.observation), | ||
"The ScopeKeyData is bound to its internal observation" | ||
); | ||
}); | ||
@@ -243,0 +250,0 @@ |
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
169047
2866
3670