Comparing version 0.4.6 to 0.4.7
@@ -54,2 +54,4 @@ /** | ||
req.open(opts.method, opts.url); | ||
// apply custom request headers | ||
@@ -64,4 +66,2 @@ for(z in opts.headers) { | ||
req.open(opts.method, opts.url); | ||
req.onreadystatechange = function() { | ||
@@ -68,0 +68,0 @@ if(this.readyState === 4) { |
{ | ||
"name": "air", | ||
"description": "Lightweight, modular DOM library", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"author": "muji <noop@xpm.io>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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