Skip to content

Commit

Permalink
Travis check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjs75 committed Sep 8, 2020
1 parent 76445f4 commit c692816
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/amp-base-carousel/0.1/amp-base-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ class AmpCarousel extends AMP.BaseElement {
const index = this.carousel_.getCurrentIndex();
const loop = this.carousel_.isLooping();
const visibleCount = this.carousel.getVisibleCount();

// TODO(sparhami) for Shadow DOM, we will need to get the assigned nodes
// instead.
iterateCursor(this.prevArrowSlot_.children, (child) => {
Expand Down

0 comments on commit c692816

Please sign in to comment.