File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ function QiniuJsSDK() {
328
328
var auto_start = up . getOption && up . getOption ( 'auto_start' ) ;
329
329
auto_start = auto_start || ( up . settings && up . settings . auto_start ) ;
330
330
if ( auto_start ) {
331
- $ . each ( files , function ( i , file ) {
331
+ plupload . each ( files , function ( i , file ) {
332
332
up . start ( ) ;
333
333
} ) ;
334
334
}
@@ -398,7 +398,7 @@ function QiniuJsSDK() {
398
398
blockSize = file . size - localFileInfo . offset ;
399
399
}
400
400
} else {
401
- // 删除localStorage ,避免 499 bug
401
+ // 进度100%时,删除对应的localStorage ,避免 499 bug
402
402
localStorage . removeItem ( file . name ) ;
403
403
}
404
404
} else {
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ function QiniuJsSDK() {
328
328
var auto_start = up . getOption && up . getOption ( 'auto_start' ) ;
329
329
auto_start = auto_start || ( up . settings && up . settings . auto_start ) ;
330
330
if ( auto_start ) {
331
- $ . each ( files , function ( i , file ) {
331
+ plupload . each ( files , function ( i , file ) {
332
332
up . start ( ) ;
333
333
} ) ;
334
334
}
You can’t perform that action at this time.
0 commit comments