closure-dom
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "closure-dom", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Closure Compiler compatible DOM methods.", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -126,3 +126,3 @@ goog.provide('dom'); | ||
document.attachEvent('onreadystatechange', function () { | ||
if (document.readyState == 'interactive') { | ||
if (document.readyState == 'interactive' || document.readyState == 'complete') { | ||
callback(); | ||
@@ -129,0 +129,0 @@ } |
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
57108