Skip to content

Commit 2507541

Browse files
committed
Updated the AMD module requirements.
1 parent 7709dbb commit 2507541

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

js/jquery.fileupload-image.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Upload Image Preview & Resize Plugin 1.2
2+
* jQuery File Upload Image Preview & Resize Plugin 1.2.1
33
* https://github.com/blueimp/jQuery-File-Upload
44
*
55
* Copyright 2013, Sebastian Tschan
@@ -19,6 +19,9 @@
1919
define([
2020
'jquery',
2121
'load-image',
22+
'load-image-meta',
23+
'load-image-exif',
24+
'load-image-ios',
2225
'canvas-to-blob',
2326
'./jquery.fileupload-process'
2427
], factory);

0 commit comments

Comments
 (0)