Преглед изворни кода

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

Add promise typings to jupyter-js-widgets typing file.
Steven Silvester пре 8 година
родитељ
комит
743536381f
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" />