Skip to content

Commit

Permalink
Add missing tag argument to user().warn()
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 23, 2019
1 parent 6e6ae24 commit 92604a4
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 @@ -521,7 +521,7 @@ export class AmpIframe extends AMP.BaseElement {
} else if ('width' === args[0]) {
this.updateSize_(undefined, parseInt(args[1], 10));
} else {
user().warn(`Unsupported Pym.js message: ${data}`);
user().warn(TAG_, `Unsupported Pym.js message: ${data}`);
}
}

Expand Down

0 comments on commit 92604a4

Please sign in to comment.