Skip to content

Commit 9f9092c

Browse files
committed
Accordion: Fix incorrect dependency path
1 parent 2f00774 commit 9f9092c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/widgets/accordion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
define( [
2121
"jquery",
2222
"jquery-ui/widget",
23-
"widget.theme",
24-
"jquery-ui/widgets/accordion" ], factory );
23+
"jquery-ui/widgets/accordion",
24+
"./widget.theme" ], factory );
2525
} else {
2626

2727
// Browser globals

0 commit comments

Comments
 (0)