Comparing version 4.3.9 to 4.3.10
@@ -147,3 +147,5 @@ "use strict"; | ||
events: function(map, boundEventName) { | ||
return map.constructor._bubbleRule(boundEventName, map); | ||
if (map && !canReflect.isFunctionLike(map)) { | ||
return map.constructor._bubbleRule(boundEventName, map); | ||
} | ||
}, | ||
@@ -194,3 +196,3 @@ | ||
parent._each(function (child, prop) { | ||
if (child && child.bind) { | ||
if (child && !canReflect.isFunctionLike(child) && canReflect.isMapLike(child)) { | ||
bubble.toParent(child, parent, prop, eventName); | ||
@@ -197,0 +199,0 @@ } |
{ | ||
"name": "can-map", | ||
"version": "4.3.9", | ||
"version": "4.3.10", | ||
"description": "Observable Objects", | ||
@@ -5,0 +5,0 @@ "homepage": "http://canjs.com", |
import '../can-map_test'; | ||
import '../bubble_test'; |
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
88622
27
1792