Skip to content

Commit

Permalink
removed duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkochetov authored and jkuri committed Jul 6, 2017
1 parent 10b678b commit 36abd52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ngx-uploader/directives/ng-file-drop.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class NgFileDropDirective implements OnInit, OnDestroy {
this.el.addEventListener('drop', this.stopEvent, false);
this.el.addEventListener('dragenter', this.stopEvent, false);
this.el.addEventListener('dragover', this.stopEvent, false);
this.el.addEventListener('dragover', this.stopEvent, false);
}

ngOnDestroy() {
Expand Down

0 comments on commit 36abd52

Please sign in to comment.