diff --git a/src/patch-events.js b/src/patch-events.js index f152c9b..943ccb7 100644 --- a/src/patch-events.js +++ b/src/patch-events.js @@ -440,7 +440,7 @@ export function addEventListener(type, fnOrObj, optionsOrCapture) { const wrapperFn = function(e) { // Support `once` option. if (once) { - this[utils.SHADY_PREFIX + 'removeEventListener'](type, fnOrObj, nativeEventOptions); + this[utils.SHADY_PREFIX + 'removeEventListener'](type, fnOrObj, optionsOrCapture); } if (!e['__target']) { patchEvent(e);