Skip to content

Remove use of $.browser from gfx initialization - #13

Open
cayleyh wants to merge 1 commit into
maccman:masterfrom
cayleyh:remove-jquery-browser
Open

Remove use of $.browser from gfx initialization#13
cayleyh wants to merge 1 commit into
maccman:masterfrom
cayleyh:remove-jquery-browser

Conversation

@cayleyh

@cayleyh cayleyh commented Mar 29, 2013

Copy link
Copy Markdown

$.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
Copy Markdown

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

@drewfreyling

Copy link
Copy Markdown

+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