Skip to content

Commit

Permalink
Use an absolute ID to reference the jQuery UI widget factory for AMD …
Browse files Browse the repository at this point in the history
…loaders. Fixes blueimp#942.
  • Loading branch information
blueimp committed Mar 3, 2012
1 parent 7de8e00 commit fffb8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery.fileupload.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery File Upload Plugin 5.8
* jQuery File Upload Plugin 5.8.1
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
Expand All @@ -18,7 +18,7 @@
// Register as an anonymous AMD module:
define([
'jquery',
'./vendor/jquery.ui.widget',
'jquery.ui.widget',
'./jquery.iframe-transport'
], factory);
} else {
Expand Down

0 comments on commit fffb8dd

Please sign in to comment.