Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit b8ac22b

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)