Remove isFF2 flag in ui.core - should have been dropped together with the FF2 aria code

This commit is contained in:
Jörn Zaefferer 2010-03-03 08:57:59 +00:00
parent eb93c743de
commit 868732edac

View File

@ -9,8 +9,6 @@
*/
;jQuery.ui || (function($) {
var isFF2 = $.browser.mozilla && (parseFloat($.browser.version) < 1.9);
//Helper functions and ui object
$.ui = {
version: "@VERSION",