Comparing version 0.4.8 to 0.4.9
@@ -23,3 +23,3 @@ function on(nm, cb, capture) { | ||
// dispatch for firefox + others | ||
evt = document.createEvent('HTMLEvents'); | ||
evt = document.createEvent(type); | ||
// event type,bubbling,cancelable | ||
@@ -26,0 +26,0 @@ evt.initEvent(event, bubbles, cancelable); |
{ | ||
"name": "air", | ||
"description": "Lightweight, modular DOM library", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"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
44641