diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-26 22:29:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 22:29:51 -0400 |
commit | 725eb9810590e8237df68ec5580daaf0fa77e7d3 (patch) | |
tree | d7639e0f306c5b29848cfc7a5091a8bdbaa263f3 /js | |
parent | f94900406d52a9d0a432ae9ebef65d46092afb41 (diff) |
Clean up various flatbuffer references (#2819)
Diffstat (limited to 'js')
-rw-r--r-- | js/dispatch_minimal.ts | 1 |
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"; |