mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Remove isFF2 flag in ui.core - should have been dropped together with the FF2 aria code
This commit is contained in:
parent
eb93c743de
commit
868732edac
2
ui/jquery.ui.core.js
vendored
2
ui/jquery.ui.core.js
vendored
@ -9,8 +9,6 @@
|
||||
*/
|
||||
;jQuery.ui || (function($) {
|
||||
|
||||
var isFF2 = $.browser.mozilla && (parseFloat($.browser.version) < 1.9);
|
||||
|
||||
//Helper functions and ui object
|
||||
$.ui = {
|
||||
version: "@VERSION",
|
||||
|
Loading…
Reference in New Issue
Block a user