Comparing version 2.1.6 to 2.1.7
@@ -51,3 +51,3 @@ //Copyright (C) 2012 Kory Nunn | ||
attrMap = 'attrMap', | ||
d = document, | ||
d = typeof document === 'object' ? document : {}, | ||
isType = function(a, type){ | ||
@@ -54,0 +54,0 @@ return typeof a === type; |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"main": "crel.js", | ||
@@ -11,0 +11,0 @@ "dependencies": {}, |
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
20491