mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #1474 from kingdango/master
jquery.ContextMenu - Fixed signature for callback option
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ interface JQueryContextMenuOptions {
|
||||
show?: () => void;
|
||||
hide?: () => void;
|
||||
};
|
||||
callback?: (...args: any[]) => any;
|
||||
callback?: (key: any, options: any) => any;
|
||||
items: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user