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
+2 -2
View File
@@ -9,8 +9,8 @@ interface StoreJSStatic {
get(key: string): any;
remove(key: string): void;
clear(): void;
enabled: bool;
disabled: bool;
enabled: boolean;
disabled: boolean;
transact(key: string, defaultValue: any, transactionFn?: (val: any) => void): void;
getAll(): any;
serialize(value: any): string;