Browse Source

Add promise typings to jupyter-js-widgets typing file.

A. Darian 8 năm trước cách đây
mục cha
commit
be0860ab7a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      typings/jupyter-js-widgets/jupyter-js-widgets.d.ts

+ 1 - 0
typings/jupyter-js-widgets/jupyter-js-widgets.d.ts

@@ -1,6 +1,7 @@
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
 
+/// <reference path="../es6-promise/es6-promise.d.ts"/>
 /// <reference path="../backbone/backbone-global.d.ts" />