소스 검색

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

A. Darian 8 년 전
부모
커밋
be0860ab7a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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" />