mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
changed jQuery to $ in last commit for consistency
This commit is contained in:
2
ui/jquery.ui.mouse.js
vendored
2
ui/jquery.ui.mouse.js
vendored
@@ -93,7 +93,7 @@ $.widget("ui.mouse", {
|
||||
|
||||
_mouseMove: function(event) {
|
||||
// IE mouseup check - mouseup happened when mouse was out of window
|
||||
if ($.browser.msie && parseInt(jQuery.browser.version, 10) < 9 && !event.button) {
|
||||
if ($.browser.msie && parseInt($.browser.version, 10) < 9 && !event.button) {
|
||||
return this._mouseUp(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user