Skip to content

Commit b8ac22b

Browse files
committed
Add "jquery-ui/menu" as AMD dependency
Close mar10#82
1 parent 4ae0369 commit b8ac22b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 1.8.2-0 / Unreleased
2-
*
2+
3+
* [CHANGE ] #82 Add "jquery-ui/menu" as AMD dependency
34

45
# 1.8.1 / 2014-12-21
56

jquery.ui-contextmenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"use strict";
1313
if ( typeof define === "function" && define.amd ) {
1414
// AMD. Register as an anonymous module.
15-
define([ "jquery" ], factory );
15+
define([ "jquery-ui/menu" ], factory );
1616
} else {
1717
// Browser globals
1818
factory( jQuery );

0 commit comments

Comments
 (0)