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
+5 -5
View File
@@ -4,12 +4,12 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface Viewporter {
preventPageScroll: bool;
forceDetection: bool;
ACTIVE: bool;
READY: bool;
preventPageScroll: boolean;
forceDetection: boolean;
ACTIVE: boolean;
READY: boolean;
isLandscape(): bool;
isLandscape(): boolean;
ready(callback: EventListener): void;
change(callback: EventListener): void;
refresh(): void;