Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add revjet amp-ad #11625

Merged
merged 4 commits into from Oct 13, 2017
Merged

Add revjet amp-ad #11625

merged 4 commits into from Oct 13, 2017

Conversation

vmarteev
Copy link
Contributor

RevJet integration for AMP.

Copy link
Member

@alanorozco alanorozco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Thank you for your PR.

Just a couple minor details to fix and it should be good to go.

ads/revjet.js Outdated

global._revjetData = Object.assign({}, data);

loadScript(global, 'https://cdn.revjet.com/~cdn/JS/03/amp.js', undefined, () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Can you please mark the undefined param with its param name?
  2. Shorten line to 80 chars.
  loadScript(
      global,
      'https://cdn.revjet.com/~cdn/JS/03/amp.js',
      /* opt_cb */ undefined,
      () => {
        global.context.noContentAvailable();
      });

@vmarteev
Copy link
Contributor Author

Thank you for the review. The fix has been commited.

@alanorozco alanorozco merged commit a28b2d8 into ampproject:master Oct 13, 2017
neko-fire pushed a commit to 3qnexx/amphtml that referenced this pull request Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants