mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+5
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user