summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-26 22:29:51 -0400
committerGitHub <noreply@github.com>2019-08-26 22:29:51 -0400
commit725eb9810590e8237df68ec5580daaf0fa77e7d3 (patch)
treed7639e0f306c5b29848cfc7a5091a8bdbaa263f3 /js
parentf94900406d52a9d0a432ae9ebef65d46092afb41 (diff)
Clean up various flatbuffer references (#2819)
Diffstat (limited to 'js')
-rw-r--r--js/dispatch_minimal.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/dispatch_minimal.ts b/js/dispatch_minimal.ts
index 3df888e77..75514368c 100644
--- a/js/dispatch_minimal.ts
+++ b/js/dispatch_minimal.ts
@@ -1,5 +1,4 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-// Do not add flatbuffer dependencies to this module.
import * as util from "./util";
import { core } from "./core";