async-define
Advanced tools
Comparing version 3.0.1 to 3.0.2
(function (w, cb){ | ||
w = w || window; | ||
var queue = this._async_define_queue = '_async_define_queue' in this ? this._async_define_queue : []; | ||
@@ -4,0 +4,0 @@ var cached_dependencies = this._async_define_cached_dependencies = '_async_define_cached_dependencies' in this ? this._async_define_cached_dependencies : {}; |
{ | ||
"name": "async-define", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Coordinate the execution of asynchronous scripts", | ||
@@ -5,0 +5,0 @@ "main": "lib/asyncDefine.js", |
Sorry, the diff of this file is not supported yet
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
20564
312