Sha256: d50d7b6cb3f64fee596d76c9dde67eb3e0fbe85d5ba88fb1494757e0e8703450
Contents?: true
Size: 326 Bytes
Versions: 26
Compression:
Stored size: 326 Bytes
Contents
"use strict"; const MouseEventImpl = require("./MouseEvent-impl").implementation; const WheelEventInit = require("../generated/WheelEventInit"); class WheelEventImpl extends MouseEventImpl {} WheelEventImpl.defaultInit = WheelEventInit.convert(undefined, undefined); module.exports = { implementation: WheelEventImpl };
Version data entries
26 entries across 26 versions & 1 rubygems