diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 09:42:10 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 09:47:40 -0400 |
commit | 6097f871542dcd8486ef1a7c508f0f373297c74a (patch) | |
tree | e99fe90a31e3e88c062302be5714dd3e58928045 /globals.ts | |
parent | 80685a53eb2f313d7635e2d7772e84978b9b491e (diff) |
Try to fix tslint on travis
Diffstat (limited to 'globals.ts')
-rw-r--r-- | globals.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/globals.ts b/globals.ts index e82afd75b..184f25163 100644 --- a/globals.ts +++ b/globals.ts @@ -1,4 +1,3 @@ -/// <reference path="./text-encoding.d.ts" /> import * as timer from "./timers"; // If you use the eval function indirectly, by invoking it via a reference |