mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Removing unnecessary semicolons (required by TypeScript 0.9, shouldn't affect 0.8)
This commit is contained in:
2
jquery.contextMenu/jquery.contextMenu.d.ts
vendored
2
jquery.contextMenu/jquery.contextMenu.d.ts
vendored
@@ -26,7 +26,7 @@ interface JQueryContextMenuOptions {
|
||||
};
|
||||
callback?: (...args: any[]) => any;
|
||||
items: any;
|
||||
};
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
contextMenu(options?: JQueryContextMenuOptions): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user