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

Remove use of $.browser from gfx initialization #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cayleyh
Copy link

@cayleyh cayleyh commented Mar 29, 2013

$.browser has been removed as of JQuery 1.9 (http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed). This fix replaces use of $.browser with navigator.userAgent detection to determine if the browser is WebKit or Firefox.

JQuery.browser has been removed as of JQuery 1.9 (http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed).
This simple fix replaces use of $.browser with navigator.userAgent detection to determine if the
browser is WebKit or Firefox.
@jedierikb
Copy link

as ie10 supports css 3d animation now too, I think this problem requires a more replete solution

@drewfreyling
Copy link

+1

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.

3 participants