[jQuery] Konqueror in jQuery.browser

[jQuery] Konqueror in jQuery.browser

Is there a reason not to add konqueror in jQuery.browser ?
If not, can I patch this ?
--- jquery.js 2006-12-23 16:27:00.000000000 +0100
+++ jquery_new.js 2006-12-23 17:49:18.000000000 +0100
@@ -2221,7 +2221,8 @@
safari: /webkit/.test(b),
opera: /opera/.test(b),
msie: /msie/.test(b) && !/opera/.test(b),
- mozilla: /mozilla/.test(b) && !/(compatible|webkit)/.test(b)
+ mozilla: /mozilla/.test(b) &&
!/(compatible|webkit|like gecko)/.test(b),
+ konqueror: /konqueror/.test(b)
};
--
Fabien Meghazi
Website: http://www.amigrave.com
Email: agr@amigrave.com
IM: amigrave@gmail.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/