Skip to content

Commit

Permalink
Merge branch 'sylvaindumont-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 11, 2016
2 parents 9d8de6c + d080bd1 commit ff6825c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/file-upload/file-uploader.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class FileUploader {
// Object.assign(this, options);
this.url = options.url;
this.authToken = options.authToken;
this.autoUpload = options.autoUpload;
this.filters.unshift({name: 'queueLimit', fn: this._queueLimitFilter});
this.filters.unshift({name: 'folder', fn: this._folderFilter});
}
Expand Down

0 comments on commit ff6825c

Please sign in to comment.