Files
install-nix-action/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js
Domen Kožar 49df04613e v7
2020-02-24 13:29:22 +01:00

15 lines
332 B
JavaScript

"use strict";
const EventImpl = require("./Event-impl").implementation;
const HashChangeEventInit = require("../generated/HashChangeEventInit");
class HashChangeEventImpl extends EventImpl {
}
HashChangeEventImpl.defaultInit = HashChangeEventInit.convert(undefined);
module.exports = {
implementation: HashChangeEventImpl
};