Skip to content

Commit 8085a55

Browse files
committed
Remove 'use strict' to fix JS error on 64-bit safari
1 parent dfd1293 commit 8085a55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/assets/javascripts/jquery-fileupload/jquery.fileupload.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
factory(window.jQuery);
2626
}
2727
}(function ($) {
28-
'use strict';
29-
3028
// Detect file input support, based on
3129
// http://viljamis.com/blog/2012/file-upload-support-on-mobile/
3230
$.support.fileInput = !(new RegExp(

0 commit comments

Comments
 (0)