Skip to content

Commit

Permalink
LPS-107422 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrinchaudhary committed Jan 21, 2020
1 parent 13f54cf commit d37a26b
Showing 1 changed file with 3 additions and 6 deletions.
Expand Up @@ -167,12 +167,9 @@ class ItemSelectorRepositoryEntryBrowser extends PortletBase {
});
});
}),
itemSelectorUploader.after(
'itemUploadError',
(event) => {
this._onItemUploadError(event);
}
),
itemSelectorUploader.after('itemUploadError', event => {
this._onItemUploadError(event);
}),
rootNode.addEventListener(STR_DRAG_OVER, event =>
this._ddEventHandler(event)
),
Expand Down

0 comments on commit d37a26b

Please sign in to comment.