Parcourir la source

Merge pull request #297 from afshin/promise-typing-fix

Add promise typings to jupyter-js-widgets typing file.
Steven Silvester il y a 8 ans
Parent
commit
743536381f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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" />