mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Add overload for HTML5 polyfill
This commit is contained in:
3
jquery.contextMenu/jquery.contextMenu.d.ts
vendored
3
jquery.contextMenu/jquery.contextMenu.d.ts
vendored
@@ -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