Skip to content

Commit 65e6827

Browse files
committed
Fixed path jquery-ui/ui/widget.
1 parent d30b840 commit 65e6827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.fileupload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Register as an anonymous AMD module:
1919
define([
2020
'jquery',
21-
'jquery-ui/widget'
21+
'jquery-ui/ui/widget'
2222
], factory);
2323
} else if (typeof exports === 'object') {
2424
// Node/CommonJS:

0 commit comments

Comments
 (0)