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

aliasing document.createElement causes error in recent FF 14.0.1. #89

Open
v0lkan opened this issue Jul 18, 2012 · 0 comments
Open

aliasing document.createElement causes error in recent FF 14.0.1. #89

v0lkan opened this issue Jul 18, 2012 · 0 comments
Assignees

Comments

@v0lkan
Copy link
Member

v0lkan commented Jul 18, 2012

    // TODO: NS_ERROR_XPC_BAD_CONVERT_JS
    // var osman = document.createElement;
    // osman('script') // fails
    // osman.apply(document, ['script']) //works.

all the document.[nativeFn] aliases should be replaced.

@ghost ghost assigned josecapablanca Jul 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants