Add item property to MenuUIParams in JQueryUI

The ui parameter that is returned to the caller in jQueryUI menu events (e.g. select) has an optional property named item, but it was not included in this type file.
This commit is contained in:
rdogmartin
2016-01-07 09:43:34 -07:00
parent fe1d50cbd3
commit d12cb4f80a
+1
View File
@@ -507,6 +507,7 @@ declare module JQueryUI {
}
interface MenuUIParams {
item?: JQuery;
}
interface MenuEvent {