We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6030e commit 65fa1acCopy full SHA for 65fa1ac
src/qiniu.js
@@ -328,7 +328,7 @@ function QiniuJsSDK() {
328
var auto_start = up.getOption && up.getOption('auto_start');
329
auto_start = auto_start || (up.settings && up.settings.auto_start);
330
if (auto_start) {
331
- $.each(files, function(i, file) {
+ plupload.each(files, function(i, file) {
332
up.start();
333
});
334
}
0 commit comments