Skip to content

Commit

Permalink
Fix method call
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Oct 8, 2020
1 parent 376c08e commit 4cb6a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-analytics/0.1/amp-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export class AmpAnalytics extends AMP.BaseElement {
.then(this.registerTriggers_.bind(this))
.then(this.initializeLinker_.bind(this));
this.iniPromise_.then(() => {
this.collapseElement(this.element);
this./*OK*/collapse();
});
return this.iniPromise_;
}
Expand Down

0 comments on commit 4cb6a5c

Please sign in to comment.