Fix.
This commit is contained in:
12
node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js
generated
vendored
12
node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js
generated
vendored
@@ -1,12 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
const MouseEventImpl = require("./MouseEvent-impl").implementation;
|
||||
|
||||
const WheelEventInit = require("../generated/WheelEventInit");
|
||||
|
||||
class WheelEventImpl extends MouseEventImpl {}
|
||||
WheelEventImpl.defaultInit = WheelEventInit.convert(undefined);
|
||||
|
||||
module.exports = {
|
||||
implementation: WheelEventImpl
|
||||
};
|
||||
Reference in New Issue
Block a user