$.browser is gone from jQuery 1.9 ... and this is a check for ie7 and 6 ... don't care

This commit is contained in:
Sam 2013-06-07 10:38:39 +10:00
parent a5a229598d
commit 7ff42377ac
1 changed files with 0 additions and 3 deletions

View File

@ -321,9 +321,6 @@ Copyright (c) 2011 by Harvest
$.fn.extend({
chosen: function(options) {
if ($.browser.msie && ($.browser.version === "6.0" || $.browser.version === "7.0")) {
return this;
}
return this.each(function(input_field) {
var $this;
$this = $(this);