Skip to content

Commit

Permalink
jridgewell@ nit
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Jan 23, 2020
1 parent 6175421 commit f636fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-script/0.1/amp-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ export class AmpScript extends AMP.BaseElement {
/**
* @override
*/
onLayoutMeasure() {
super.onLayoutMeasure();
onMeasureChanged() {
super.onMeasureChanged();
if (this.layoutCompleted_) {
return;
}
Expand Down

0 comments on commit f636fa9

Please sign in to comment.