diff options
Diffstat (limited to 'js/custom_event.ts')
-rw-r--r-- | js/custom_event.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/custom_event.ts b/js/custom_event.ts index 5f9e413fb..67668bbb7 100644 --- a/js/custom_event.ts +++ b/js/custom_event.ts @@ -1,7 +1,7 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. -import * as domTypes from "./dom_types"; -import * as event from "./event"; -import { getPrivateValue, requiredArguments } from "./util"; +import * as domTypes from "./dom_types.ts"; +import * as event from "./event.ts"; +import { getPrivateValue, requiredArguments } from "./util.ts"; // WeakMaps are recommended for private attributes (see MDN link below) // https://developer.mozilla.org/en-US/docs/Archive/Add-ons/Add-on_SDK/Guides/Contributor_s_Guide/Private_Properties#Using_WeakMaps |