summaryrefslogtreecommitdiff
path: root/cli/js/web/custom_event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/custom_event.ts')
-rw-r--r--cli/js/web/custom_event.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/custom_event.ts b/cli/js/web/custom_event.ts
index 6c8a3c19b..2d94df56d 100644
--- a/cli/js/web/custom_event.ts
+++ b/cli/js/web/custom_event.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import * as domTypes from "./dom_types.ts";
import * as event from "./event.ts";
-import { getPrivateValue, requiredArguments } from "../util.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