soundcloud / soundcloud-custom-player

The SoundCloud custom javascript based player
http://soundcloud.com
707 stars 231 forks source link

Improving compatibility with jQuery 1.9+ #63

Closed markfinger closed 9 years ago

markfinger commented 11 years ago

Small fix to remove a nested lookup which assumes access to a part of jQuery's API that has been removed as of 1.9.

Reference: http://api.jquery.com/jQuery.browser/

markfinger commented 11 years ago

This fixes #61 and #57 as well

sferik commented 11 years ago

This doesn’t appear to be the correct solution. It may make the error go away on non-IE browsers but the IE-specific code will never be executed if jQuery 1.9 or higher is being used, even on Internet Explorer.

markfinger commented 9 years ago

Closing due to inactivity.