File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
2
* jQuery Form Plugin
3
- * version: 3.07 (06 -APR-2012)
3
+ * version: 3.08 (07 -APR-2012)
4
4
* @requires jQuery v1.3.2 or later
5
5
*
6
6
* Examples and documentation at: http://malsup.com/jquery/form/
@@ -246,16 +246,16 @@ $.fn.ajaxSubmit = function(options) {
246
246
percent = Math . ceil ( position / total * 100 ) ;
247
247
}
248
248
options . uploadProgress ( event , position , total , percent ) ;
249
- }
249
+ } ;
250
250
}
251
251
return xhr ;
252
- }
252
+ } ;
253
253
}
254
254
255
- s . data = null ;
256
- var beforeSend = s . beforeSend ;
257
- s . beforeSend = function ( xhr , o ) {
258
- o . data = formdata ;
255
+ s . data = null ;
256
+ var beforeSend = s . beforeSend ;
257
+ s . beforeSend = function ( xhr , o ) {
258
+ o . data = formdata ;
259
259
if ( beforeSend )
260
260
beforeSend . call ( o , xhr , options ) ;
261
261
} ;
You can’t perform that action at this time.
0 commit comments