Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Feb 4, 2019
1 parent 495ffcc commit 32686ce
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 36 deletions.
9 changes: 6 additions & 3 deletions dist/webuploader.custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -3692,7 +3692,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -4066,9 +4068,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
2 changes: 1 addition & 1 deletion dist/webuploader.custom.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/webuploader.fis.js
Original file line number Diff line number Diff line change
Expand Up @@ -3566,7 +3566,9 @@ module.exports = (function( root, factory ) {
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -3940,9 +3942,10 @@ module.exports = (function( root, factory ) {
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
9 changes: 6 additions & 3 deletions dist/webuploader.flashonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -3389,7 +3389,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -3763,9 +3765,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
4 changes: 2 additions & 2 deletions dist/webuploader.flashonly.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/webuploader.html5nodepend.js
Original file line number Diff line number Diff line change
Expand Up @@ -4121,7 +4121,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -4495,9 +4497,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
4 changes: 2 additions & 2 deletions dist/webuploader.html5nodepend.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/webuploader.html5only.js
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -3965,9 +3967,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
2 changes: 1 addition & 1 deletion dist/webuploader.html5only.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/webuploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -3965,9 +3967,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
2 changes: 1 addition & 1 deletion dist/webuploader.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/webuploader.noimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -3558,9 +3560,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
2 changes: 1 addition & 1 deletion dist/webuploader.noimage.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions dist/webuploader.nolog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -3965,9 +3967,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down
2 changes: 1 addition & 1 deletion dist/webuploader.nolog.min.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions jekyll/js/webuploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,9 @@
if ( file.getStatus() === Status.INTERRUPT ) {
me._trigged = false;
files.push(file);
v.transport && v.transport.send();

// 文件 prepare 完后,如果暂停了,这个时候只会把文件插入 pool, 而不会创建 tranport,
v.transport ? v.transport.send() : me._doSend(v);
}
});

Expand Down Expand Up @@ -3965,9 +3967,10 @@
if ( file.getStatus() === Status.PROGRESS ) {
me._doSend( block );
} else if (block.file.getStatus() !== Status.INTERRUPT) {
me._popBlock( block );
Base.nextTick( me.__tick );
me._popBlock(block);
}

Base.nextTick(me.__tick);
});

// 如果为fail了,则跳过此分片。
Expand Down

0 comments on commit 32686ce

Please sign in to comment.