We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@mkendall07 please see attached image Not rendering in PB 1.15
The text was updated successfully, but these errors were encountered:
I think its because
for (i = 0; i < 10; i++)
should probably be
for (var i = 0; i < 10; i++)
Since you have use strict"; in the dist file
Sorry, something went wrong.
thanks for the bug report! Opened a PR for the fix.
f149435
Merge pull request #22 from prebid/bugfix/i_undefined
185d458
No scope defined for i. fixes #21
No branches or pull requests
@mkendall07 please see attached image
Not rendering in PB 1.15
The text was updated successfully, but these errors were encountered: