mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
promises-a-plus: fixed Q import casing in tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/// <reference path="promises-a-plus.d.ts"/>
|
||||
/// <reference path="../rx.js/rx.async.d.ts"/>
|
||||
/// <reference path="../es6-promises/es6-promises.d.ts"/>
|
||||
/// <reference path="../q/q.d.ts"/>
|
||||
/// <reference path="../q/Q.d.ts"/>
|
||||
/// <reference path="../when/when.d.ts"/>
|
||||
|
||||
var thenNum: PromisesAPlus.Thenable<number>;
|
||||
|
||||
Reference in New Issue
Block a user