can-stache-bindings
Advanced tools
Comparing version 3.4.5 to 3.4.6
@@ -268,3 +268,3 @@ // # can-stache-bindings.js | ||
} | ||
var viewModel = canViewModel(el), | ||
var viewModel, | ||
semaphore = {}, | ||
@@ -292,2 +292,10 @@ teardown; | ||
//!steal-remove-start | ||
if(dataBinding.bindingInfo.child === "viewModel" && !domData.get(el, "viewModel")) { | ||
dev.warn('This element does not have a viewModel. (Attempting to bind `' + dataBinding.bindingInfo.bindingAttributeName + '="' + dataBinding.bindingInfo.parentName + '"`)'); | ||
} | ||
//!steal-remove-end | ||
viewModel = canViewModel(el); | ||
if(dataBinding.onCompleteBinding) { | ||
@@ -294,0 +302,0 @@ dataBinding.onCompleteBinding(); |
{ | ||
"name": "can-stache-bindings", | ||
"version": "3.4.5", | ||
"version": "3.4.6", | ||
"description": "Default binding syntaxes for can-stache", | ||
@@ -42,3 +42,3 @@ "homepage": "http://canjs.com", | ||
"can-simple-map": "^3.3.0-pre.2", | ||
"can-stache": "^3.2.0-pre.0", | ||
"can-stache": "^3.3.0", | ||
"can-symbol": "^1.0.0", | ||
@@ -45,0 +45,0 @@ "can-types": "^1.1.0", |
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
173693
32
3799
Updatedcan-stache@^3.3.0