Comparing version 3.0.0-pre.8 to 3.0.0-pre.9
@@ -526,3 +526,3 @@ /* jshint -W079 */ | ||
if(bubble.isBubbling(this, "change")) { | ||
canBatch.trigger.call(this, { | ||
canEvent.dispatch.call(this, { | ||
type: "change", | ||
@@ -535,3 +535,3 @@ target: this, | ||
canBatch.trigger.call(this, { | ||
canEvent.dispatch.call(this, { | ||
type: attr, | ||
@@ -543,3 +543,3 @@ target: this, | ||
if(how === "remove" || how === "add") { | ||
canBatch.trigger.call(this, { | ||
canEvent.dispatch.call(this, { | ||
type: "__keys", | ||
@@ -546,0 +546,0 @@ target: this, |
{ | ||
"name": "can-map", | ||
"version": "3.0.0-pre.8", | ||
"version": "3.0.0-pre.9", | ||
"description": "Observable Objects", | ||
@@ -49,5 +49,5 @@ "homepage": "http://canjs.com", | ||
"dependencies": { | ||
"can-construct": "^3.0.0-pre.1", | ||
"can-event": "^3.0.0-pre.1", | ||
"can-observation": "^3.0.0-pre.0", | ||
"can-construct": "^3.0.0-pre.8", | ||
"can-event": "^3.0.0-pre.9", | ||
"can-observation": "^3.0.0-pre.11", | ||
"can-util": "^3.0.0-pre.21" | ||
@@ -59,5 +59,5 @@ }, | ||
"cssify": "^1.0.2", | ||
"steal": "^0.16.0", | ||
"steal": "^0.16.35", | ||
"steal-qunit": "^0.1.1", | ||
"steal-tools": "^0.16.0", | ||
"steal-tools": "^0.16.8", | ||
"testee": "^0.2.4", | ||
@@ -64,0 +64,0 @@ "generator-donejs": "^0.9.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
70052
26
Updatedcan-construct@^3.0.0-pre.8
Updatedcan-event@^3.0.0-pre.9