Big replacement: bool with boolean

This commit is contained in:
Boris Yankov
2013-08-07 16:59:39 +03:00
parent bded8a8af5
commit dd35f69637
128 changed files with 4254 additions and 4240 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ interface ErrorCallback { (d: Deferred, ...args: any[]); }
declare class Deferred {
static methods: string[];
static isDeferred(obj: any): bool;
static isDeferred(obj: any): boolean;
static next(fun: Function): Deferred;
static chain(...args: any[]): Deferred;
static wait(n: number): Deferred;