Skip to content
New issue

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

Not rendering in PB 1.15 #21

Closed
mercuryyy opened this issue Jul 2, 2018 · 2 comments
Closed

Not rendering in PB 1.15 #21

mercuryyy opened this issue Jul 2, 2018 · 2 comments

Comments

@mercuryyy
Copy link

mercuryyy commented Jul 2, 2018

@mkendall07 please see attached image
Not rendering in PB 1.15

@mercuryyy
Copy link
Author

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

@mkendall07
Copy link
Member

thanks for the bug report! Opened a PR for the fix.

mkendall07 added a commit that referenced this issue Jul 9, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants