Skip to content

Commit

Permalink
LGTM MISSING THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 9, 2020
1 parent 6778b02 commit 72f74be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-list/0.1/amp-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export class AmpList extends AMP.BaseElement {
}
} else if (state !== undefined) {
user().error(TAG, '[state] is deprecated, please use [src] instead.');
promise = renderLocalData(state);
promise = this.renderLocalData(state);
}

const isLayoutContainer = mutations['is-layout-container'];
Expand Down

0 comments on commit 72f74be

Please sign in to comment.