can-dom-mutate
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -199,6 +199,5 @@ 'use strict'; | ||
// all of the global constructors will not exist | ||
// (typeof "unkown"???). If this happens before a | ||
// a tree mutation is handled, this will throw an | ||
// `Object expected` error. This prevents that error. | ||
if (typeof Set === "unknown") { return; } | ||
// If this happens before a tree mutation is handled, | ||
// this will throw an `Object expected` error. | ||
if (typeof Set === "undefined") { return; } | ||
@@ -205,0 +204,0 @@ var mutationCount = mutations.length; |
{ | ||
"name": "can-dom-mutate", | ||
"description": "Dispatch and listen for DOM mutations", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "DoneJS Team", |
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
59704
1362