diff options
author | Adam Conrad <422184+acconrad@users.noreply.github.com> | 2019-05-27 13:20:34 +0000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-27 09:20:34 -0400 |
commit | 9fd4096235a308a0d405888ef808d6c665bef355 (patch) | |
tree | 428e808424f836975a5bf2ce68ccc9b75aa4e26e /cli | |
parent | 73ac5f89f022a3965c68705cef284386a9365419 (diff) |
add EventTarget implementation (#2377)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 8e7e5c305..7887624e2 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -78,6 +78,7 @@ ts_sources = [ "../js/dispatch.ts", "../js/dispatch_minimal.ts", "../js/dom_types.ts", + "../js/dom_util.ts", "../js/errors.ts", "../js/event.ts", "../js/event_target.ts", |