lockandload
Advanced tools
Comparing version 2.1.19 to 2.1.20
{ | ||
"name": "lockandload", | ||
"version": "2.1.19", | ||
"version": "2.1.20", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -46,3 +46,3 @@ <h1>lockandload AMD-loader</h1> | ||
- Supports implicit and explicit ['require', 'exports', 'module'] dependencies. | ||
- Explicit circular dependencies will silently hang in unresolved state | ||
- Explicit circular dependencies will hang silently in an unresolved state | ||
(or put differently: do not do that), use 'exports' or 'require' to resolve | ||
@@ -251,3 +251,3 @@ those instead. | ||
scripts will use the argument for. All `domready()` | ||
calls before `domready(1)` has been run will silently be ignored. | ||
calls before `domready(1)` has been run will be silently ignored. | ||
@@ -254,0 +254,0 @@ E.g. in your application, you could use code like this: |
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
46578