update promises-a-plus/promises-a-plus-tests.ts

This commit is contained in:
Toshiya Nakakura
2014-12-01 14:18:31 +09:00
parent 16fc1fb8b4
commit 593d2fa36f

View File

@@ -2,8 +2,7 @@
/// <reference path="../rx/rx.async.d.ts"/>
/// <reference path="../es6-promise/es6-promise.d.ts"/>
/// <reference path="../q/Q.d.ts"/>
import When = require("../when/when");
/// <reference path="../when/when"/>
var thenNum: PromisesAPlus.Thenable<number>;
var thenStr: PromisesAPlus.Thenable<string>;