Skip to content

Commit

Permalink
Use this.win instead of window
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 21, 2019
1 parent 0b31cca commit 89dcadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-iframe/0.1/amp-iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export class AmpIframe extends AMP.BaseElement {

// Listen for resize messages sent by Pym.js.
this.unlistenPym_ = listen(
window,
this.win,
'message',
this.listenForPymMessage_.bind(this)
);
Expand Down

0 comments on commit 89dcadb

Please sign in to comment.