async-define
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -97,3 +97,3 @@ (function (w, cb){ | ||
else{ | ||
w.asyncDefine = asyncDefine; | ||
window.asyncDefine = asyncDefine; | ||
} | ||
@@ -100,0 +100,0 @@ |
{ | ||
"name": "async-define", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Coordinate the execution of asynchronous scripts", | ||
@@ -5,0 +5,0 @@ "main": "lib/asyncDefine.js", |
@@ -5,3 +5,3 @@ if (typeof exports === 'object'){ | ||
else{ | ||
w.asyncDefine = asyncDefine; | ||
window.asyncDefine = asyncDefine; | ||
} |
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
20528