Added missing itemClickEvent option

This commit is contained in:
Federico Caselli
2016-07-05 17:33:50 +02:00
committed by GitHub
parent 42335c83ed
commit 69408e5daf

View File

@@ -28,6 +28,7 @@ interface JQueryContextMenuOptions {
items: any;
reposition?: boolean;
className?: string;
itemClickEvent?: string;
}
interface JQueryStatic {