Fix 'upload' code style issues (tslint)

This commit is contained in:
Denys Vuika
2016-06-16 13:37:23 +01:00
parent 326e25d99e
commit 7f93baf59c
5 changed files with 8 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ export class FileUploadingListComponent {
* Call the abort method for each file
*/
cancelAllFiles($event) {
if($event) {
if ($event) {
$event.preventDefault();
}
this.filesUploadingList.forEach((uploadingFileModel: FileModel) => {