can-dom-mutate
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "can-dom-mutate", | ||
"description": "Dispatch and listen for DOM mutations", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "DoneJS Team", |
@@ -307,2 +307,3 @@ var unit = require('steal-qunit'); | ||
test("Works with no document", function(assert) { | ||
var lastDoc = globals.getKeyValue("document"); | ||
try { | ||
@@ -313,2 +314,4 @@ globals.setKeyValue("document", null); | ||
assert.ok(false, e.message); | ||
} finally { | ||
globals.setKeyValue("document", lastDoc); | ||
} | ||
@@ -315,0 +318,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
78957
1807