]> source.dussan.org Git - jquery-ui.git/commitdiff
changed jQuery to $ in last commit for consistency
authorRichard D. Worth <rdworth@gmail.com>
Thu, 14 Oct 2010 09:55:40 +0000 (02:55 -0700)
committerRichard D. Worth <rdworth@gmail.com>
Thu, 14 Oct 2010 09:55:40 +0000 (02:55 -0700)
ui/jquery.ui.mouse.js

index 6f065ae6b79ab6d6cb82b113ffd89cc8b25dc36d..8e6cb93f97cfa154443022ee584e6de15f202c59 100644 (file)
@@ -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);
                }