Skip to content

Commit 7eaedaa

Browse files
committed
changed jQuery to $ in last commit for consistency
1 parent 8fcf58e commit 7eaedaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.mouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $.widget("ui.mouse", {
9393

9494
_mouseMove: function(event) {
9595
// IE mouseup check - mouseup happened when mouse was out of window
96-
if ($.browser.msie && parseInt(jQuery.browser.version, 10) < 9 && !event.button) {
96+
if ($.browser.msie && parseInt($.browser.version, 10) < 9 && !event.button) {
9797
return this._mouseUp(event);
9898
}
9999

0 commit comments

Comments
 (0)