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/PopStateEvent-impl.js
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

9 lines
306 B
JavaScript

"use strict";
const EventImpl = require("./Event-impl.js").implementation;
const PopStateEventInit = require("../generated/PopStateEventInit");
class PopStateEventImpl extends EventImpl {}
PopStateEventImpl.defaultInit = PopStateEventInit.convert(undefined);
exports.implementation = PopStateEventImpl;