pure-upload
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -330,3 +330,2 @@ function castFiles(fileList, status) { | ||
UploadQueue.prototype.filesChanged = function () { | ||
this.callbacks.onQueueChangedCallback(this.queuedFiles); | ||
if (this.options.autoRemove) | ||
@@ -336,2 +335,3 @@ this.removeFinishedFiles(); | ||
this.startWaitingFiles(); | ||
this.callbacks.onQueueChangedCallback(this.queuedFiles); | ||
this.checkAllFinished(); | ||
@@ -338,0 +338,0 @@ }; |
@@ -456,4 +456,2 @@ export function castFiles(fileList: File[]| Object, status?:IUploadStatus): IUploadFile[] { | ||
private filesChanged(): void { | ||
this.callbacks.onQueueChangedCallback(this.queuedFiles); | ||
if (this.options.autoRemove) | ||
@@ -465,2 +463,4 @@ this.removeFinishedFiles(); | ||
this.callbacks.onQueueChangedCallback(this.queuedFiles); | ||
this.checkAllFinished(); | ||
@@ -467,0 +467,0 @@ } |
{ | ||
"name": "pure-upload", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "The pure upload library without dependencies", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package