Skip to content

Commit 65fa1ac

Browse files
committed
replace $
1 parent 8b6030e commit 65fa1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qiniu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function QiniuJsSDK() {
328328
var auto_start = up.getOption && up.getOption('auto_start');
329329
auto_start = auto_start || (up.settings && up.settings.auto_start);
330330
if (auto_start) {
331-
$.each(files, function(i, file) {
331+
plupload.each(files, function(i, file) {
332332
up.start();
333333
});
334334
}

0 commit comments

Comments
 (0)