Skip to content

Commit dfe6fe4

Browse files
elsurudosidorovua
authored andcommitted
Remove 'use strict' to fix JS error on 64-bit safari
1 parent ad71219 commit dfe6fe4

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
@@ -31,8 +31,6 @@
3131
factory(window.jQuery);
3232
}
3333
}(function ($) {
34-
'use strict';
35-
3634
// Detect file input support, based on
3735
// http://viljamis.com/blog/2012/file-upload-support-on-mobile/
3836
$.support.fileInput = !(new RegExp(

0 commit comments

Comments
 (0)