ep_fileupload
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "ep_fileupload", | ||
"description": "File upload", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>", | ||
@@ -6,0 +6,0 @@ "contributors": ["johnyma22 (John McLear) <john@mclear.co.uk>"], |
@@ -37,3 +37,5 @@ /** | ||
if (w.addEventListener){ | ||
el.addEventListener(type, fn, false); | ||
if(el){ | ||
el.addEventListener(type, fn, false); | ||
} | ||
} else if (w.attachEvent){ | ||
@@ -547,2 +549,2 @@ var f = function(){ | ||
}; | ||
})(); | ||
})(); |
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
35364
1089