Skip to content

Commit

Permalink
[release] 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Nov 14, 2018
1 parent d285947 commit c59288b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/uploader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Uploader - Uploader library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads
* @version v0.4.1
* @version v0.4.2
* @author dolymood <[email protected]>
* @link https://github.com/simple-uploader/Uploader
* @license MIT
Expand Down Expand Up @@ -377,7 +377,7 @@ var event = _dereq_('./event')
var File = _dereq_('./file')
var Chunk = _dereq_('./chunk')

var version = '0.4.1'
var version = '0.4.2'

var isServer = typeof window === 'undefined'

Expand Down Expand Up @@ -646,7 +646,7 @@ utils.extend(Uploader.prototype, {
return false
}
})
// should have files now
// should check files now
// if now files in list
// should not trigger complete event
if (!outstanding && !preventEvents && this.files.length) {
Expand Down
Loading

0 comments on commit c59288b

Please sign in to comment.