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

Examples and Website Documentation Error #3

Closed
Nessworthy opened this issue Jul 19, 2013 · 3 comments
Closed

Examples and Website Documentation Error #3

Nessworthy opened this issue Jul 19, 2013 · 3 comments

Comments

@Nessworthy
Copy link

Hi,

Looking through the website and examples, I keep encountering this JS Error:
TypeError: code.innerText is undefined (Examples.js:10)

For me, this breaks all of the JS on the website.

@adriancooney
Copy link
Owner

Ah crap! I thought I had gone past this. For the longest time I thought the innerText property was the standard for setting the text content of an element but Firefox doesn't support it! textContent is the actual property that needs to be fixed. I get on that, thanks.

@Nessworthy
Copy link
Author

Hurray for standardisation of browsers!

@adriancooney
Copy link
Owner

Thanks!

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

No branches or pull requests

2 participants