subscribe-ui-event
Advanced tools
Comparing version
@@ -14,2 +14,3 @@ /* global window */ | ||
window.addEventListener('test', null, options); | ||
window.removeEventListener('test', null, options); | ||
} catch (err) {} // eslint-disable-line no-empty | ||
@@ -16,0 +17,0 @@ } |
@@ -19,2 +19,3 @@ 'use strict'; | ||
window.addEventListener('test', null, options); | ||
window.removeEventListener('test', null, options); | ||
} catch (err) {} // eslint-disable-line no-empty | ||
@@ -21,0 +22,0 @@ } |
{ | ||
"name": "subscribe-ui-event", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A single, throttle built-in solution to subscribe to browser UI Events.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
50420
0.22%1041
0.19%