Browse Source

Remove superfluous typings in examples.

Afshin Darian 8 years ago
parent
commit
af29f4414b

+ 0 - 3
examples/console/src/typings.d.ts

@@ -1,4 +1 @@
 /// <reference path="../../../typings/codemirror/codemirror.d.ts"/>
-
-// For a Thenable reference in jupyter-js-services
-type Thenable<T> = Promise<T>

+ 0 - 3
examples/filebrowser/src/typings.d.ts

@@ -1,4 +1 @@
 /// <reference path="../../../typings/codemirror/codemirror.d.ts"/>
-
-// For a Thenable reference in jupyter-js-services
-type Thenable<T> = Promise<T>

+ 0 - 3
examples/notebook/src/typings.d.ts

@@ -1,4 +1 @@
 /// <reference path="../../../typings/codemirror/codemirror.d.ts"/>
-
-// For a Thenable reference in jupyter-js-services
-type Thenable<T> = Promise<T>

+ 0 - 3
examples/terminal/src/typings.d.ts

@@ -1,4 +1 @@
 /// <reference path="../../../typings/codemirror/codemirror.d.ts"/>
-
-// For a Thenable reference in jupyter-js-services
-type Thenable<T> = Promise<T>