Trig selectStop event on select method end

This commit is contained in:
Romain Neutron
2012-02-17 17:25:59 +01:00
parent 4699721ee7
commit 6ba0bbe64d

View File

@@ -263,6 +263,12 @@
}
});
if(typeof $this.options.selectStop === 'function')
{
$this.options.selectStop(jQuery.Event('selectStop'), $this);
}
return this;
}
};