mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Big replacement: bool with boolean
This commit is contained in:
2
jquery.contextMenu/jquery.contextMenu.d.ts
vendored
2
jquery.contextMenu/jquery.contextMenu.d.ts
vendored
@@ -9,7 +9,7 @@ interface JQueryContextMenuOptions {
|
||||
selector: string;
|
||||
appendTo?: string;
|
||||
trigger?: string;
|
||||
autoHide?: bool;
|
||||
autoHide?: boolean;
|
||||
delay?: number;
|
||||
determinePosition?: (menu) => void;
|
||||
position?: (opt, x, y) => void;
|
||||
|
||||
Reference in New Issue
Block a user