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

docs(requirejs): update example to work in < IE9 #618

Closed
wants to merge 1 commit into from

Conversation

shakyShane
Copy link
Contributor

Change the example code to allow it to be used in browsers that do not support Object.keys or the .filter method. Required for testing in IE 8 & 7

As this file is loaded into the browser, it must not contain any ES5-only methods/functionality. It's still very common to need tests for IE 8 & 7 and this code is currently causing an error in those.
@vojtajina
Copy link
Contributor

Can you please change the commit msg to follow the http://karma-runner.github.io/0.8/dev/git-commit-msg.html
Something like docs(requirejs): update example to work on IE9

@shakyShane
Copy link
Contributor Author

Updated :)

@vojtajina
Copy link
Contributor

You changed the title of this PR, not the commit ;-)
Anyway, it's merged as 1d04dab

Thanks @shakyShane !

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.

None yet

2 participants