Skip to content

Commit 6707a95

Browse files
committed
Merge pull request blueimp#1086 from sapegin/fixamd
Fix relative AMD paths.
2 parents af27fd8 + 52b646c commit 6707a95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

js/jquery.fileupload-ip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload Image Processing Plugin 1.0.4
2+
* jQuery File Upload Image Processing Plugin 1.0.5
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2012, Sebastian Tschan
@@ -20,7 +20,7 @@
2020
'jquery',
2121
'load-image',
2222
'canvas-to-blob',
23-
'./jquery.fileupload.js'
23+
'./jquery.fileupload'
2424
], factory);
2525
} else {
2626
// Browser globals:

js/jquery.fileupload-ui.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload User Interface Plugin 6.6.1
2+
* jQuery File Upload User Interface Plugin 6.6.2
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2010, Sebastian Tschan
@@ -20,7 +20,7 @@
2020
'jquery',
2121
'tmpl',
2222
'load-image',
23-
'./jquery.fileupload-ip.js'
23+
'./jquery.fileupload-ip'
2424
], factory);
2525
} else {
2626
// Browser globals:

0 commit comments

Comments
 (0)