File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
110
110
* fixing key "watch" might translate to Object.prototype.watch in callbacks map - ([ Issue 93] ( https://github.com/medialize/jQuery-contextMenu/issues/93 ) )
111
111
* fixing menu and submenu width calculation - ([ Issue 18] ( https://github.com/medialize/jQuery-contextMenu/issues/18 ) )
112
112
* fixing unused variables - ([ Issue 100] ( https://github.com/medialize/jQuery-contextMenu/issues/100 ) )
113
+ * adding export of internal functions and event handlers - ([ Issue 101] ( https://github.com/medialize/jQuery-contextMenu/issues/101 ) )
114
+
113
115
114
116
### 1.5.25 ###
115
117
Original file line number Diff line number Diff line change @@ -1639,5 +1639,8 @@ $.contextMenu.fromMenu = function(element) {
1639
1639
// make defaults accessible
1640
1640
$ . contextMenu . defaults = defaults ;
1641
1641
$ . contextMenu . types = types ;
1642
- window . menus = menus ;
1642
+ // export internal functions - undocumented, for hacking only!
1643
+ $ . contextMenu . handle = handle ;
1644
+ $ . contextMenu . op = op ;
1645
+
1643
1646
} ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments