File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
vendor/assets/javascripts/jquery-fileupload/cors Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery postMessage Transport Plugin 1.1
2
+ * jQuery postMessage Transport Plugin 1.1.1
3
3
* https://github.com/blueimp/jQuery-File-Upload
4
4
*
5
5
* Copyright 2011, Sebastian Tschan
9
9
* http://www.opensource.org/licenses/MIT
10
10
*/
11
11
12
- /*jslint unparam: true, nomen: true */
13
- /*global define, window, document */
12
+ /* global define, window, document */
14
13
15
14
( function ( factory ) {
16
15
'use strict' ;
64
63
xhrUpload = options . xhr ( ) . upload ;
65
64
return {
66
65
send : function ( _ , completeCallback ) {
66
+ counter += 1 ;
67
67
var message = {
68
- id : 'postmessage-transport-' + ( counter += 1 )
68
+ id : 'postmessage-transport-' + counter
69
69
} ,
70
70
eventName = 'message.' + message . id ;
71
71
iframe = $ (
You can’t perform that action at this time.
0 commit comments