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
+3
-3
@@ -7,15 +7,15 @@
|
||||
/// <reference path='../jquery/jquery.d.ts'/>
|
||||
|
||||
interface JNotifyInitOptions {
|
||||
oneAtTime?: bool;
|
||||
oneAtTime?: boolean;
|
||||
appendType?: string;
|
||||
}
|
||||
|
||||
interface JNotifyOptions {
|
||||
text?: string;
|
||||
type?: string;
|
||||
showIcon?: bool;
|
||||
permanent?: bool;
|
||||
showIcon?: boolean;
|
||||
permanent?: boolean;
|
||||
disappearTime?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user