mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add overload for HTML5 polyfill
This commit is contained in:
+2
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for jQuery contextMenu 1.5.25
|
||||
// Type definitions for jQuery contextMenu 1.6.6
|
||||
// Project: http://medialize.github.com/jQuery-contextMenu/
|
||||
// Definitions by: Natan Vivo <https://github.com/nvivo/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -30,4 +30,5 @@ interface JQueryContextMenuOptions {
|
||||
|
||||
interface JQueryStatic {
|
||||
contextMenu(options?: JQueryContextMenuOptions): JQuery;
|
||||
contextMenu(type: string): JQuery;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user