10
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-04-09 09:14:17 +00:00
setup-node/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js
eric sciple e7ed525da5 .
2020-01-24 16:30:50 -05:00

9 lines
291 B
JavaScript

"use strict";
const UIEventImpl = require("./UIEvent-impl").implementation;
const FocusEventInit = require("../generated/FocusEventInit");
class FocusEventImpl extends UIEventImpl {}
FocusEventImpl.defaultInit = FocusEventInit.convert(undefined);
exports.implementation = FocusEventImpl;