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

Yaku doesn't work if div with id="process" exists #43

Closed
jonashaag opened this issue Mar 15, 2017 · 2 comments
Closed

Yaku doesn't work if div with id="process" exists #43

jonashaag opened this issue Mar 15, 2017 · 2 comments
Labels

Comments

@jonashaag
Copy link

This is the weirdest glitch I've found in my entire existence.

If you add a <div id="process"> to the DOM, it breaks.

The problem is that Yaku checks for window.process, which seems to be defined in some browsers as $("#process"). Yaku then tries to use process.nextTick, which of course doesn't exist.

This doesn't happen in all browsers; not sure why.

@ysmood
Copy link
Owner

ysmood commented Mar 16, 2017

😂 What a shame.

@ysmood ysmood added the bug label Mar 16, 2017
@ysmood ysmood closed this as completed in 7e925f2 Mar 16, 2017
@ysmood
Copy link
Owner

ysmood commented Mar 16, 2017

Thanks for your report, new version is now available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants