Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Oct 1, 2019
1 parent 6fa3eac commit 14c6f41
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import AnnotationCollection from '../collections/AnnotationCollection';

import '../stylesheets/itemList.styl';


wrap(ItemListWidget, 'render', function (render) {
render.apply(this, _.rest(arguments));

Expand Down Expand Up @@ -56,5 +55,4 @@ wrap(ItemListWidget, 'render', function (render) {
});
});


export default ItemListWidget;

0 comments on commit 14c6f41

Please sign in to comment.