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

Setup empty arrays before evaluating ionic.CSS #4815

Merged
merged 1 commit into from Dec 17, 2015

Conversation

nikolasleblanc
Copy link

I know IE9 support isn't a priority, but initializing empty arrays for `ionic.CSS.TRANSITION will keep IE9 from choking when it gets here and finds an undefined variable:

var isWebkit = ionic.CSS.TRANSITION.indexOf('webkit') > -1;

Adding TRANSFORM too, for the same reason, although it wasn't causing any issues.

mlynch added a commit that referenced this pull request Dec 17, 2015
Setup empty arrays before evaluating ionic.CSS
@mlynch mlynch merged commit daf71c7 into ionic-team:master Dec 17, 2015
@mlynch
Copy link
Contributor

mlynch commented Dec 17, 2015

Thanks!

@mlynch mlynch added this to the 1.2.1 milestone Dec 17, 2015
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