lockandload
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "lockandload", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
@@ -25,3 +25,3 @@ <h1>lockandload</h1> | ||
- Fully event driven, no polling timers. | ||
- Standard events: domready and headready. | ||
- Standard event: domready. | ||
- Both high and low priority asynchronous loading of Javascript and CSS files. | ||
@@ -44,2 +44,6 @@ - Leverages native browser speed for high priority loading (by getting out | ||
files to your own new website, and start adjusting them to taste. | ||
The `index.html` contains two `<script>` sections. The first section | ||
should not be placed earlier or later in the page than it currently is. | ||
The second section must be placed at or close to the end of the `<head>`, | ||
and should not precede any direct `<link type="stylesheet">` tags. | ||
@@ -46,0 +50,0 @@ ## API |
Sorry, the diff of this file is not supported yet
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
12528
63