Skip to content

Conversation

@DeCarabas
Copy link

This fixes the script on IE. Apparently, according to the WebIDL standard, you should not be able to access these properties, even to check if they exist, and so IE keeps you from doing it. It's arguable if the standard means anything if IE is the only browser to follow it, but that's the web for you.

A simple workaround is to ask hasOwnProperty(); alas, this defeats some of the prettiness of the coffeescript. Its only advantage is that it is functional.

This fixes the script on IE. Apparently, according to the WebIDL
standard, you should not be able to access these properties, even to
check if they exist, and so IE keeps you from doing it. It's arguable
if the standard means anything if IE is the only browser to follow it,
but that's the web for you.

A simple workaround is to ask hasOwnProperty(); alas, this defeats
some of the prettiness of the coffeescript. Its only advantage is that
it is functional.
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

Successfully merging this pull request may close these issues.

1 participant