mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
corrected misspelled variable name
This commit is contained in:
parent
a68d347da2
commit
4a577e5ba2
@ -205,7 +205,7 @@ var StringPool = {
|
||||
MOUSEOVER: 'mouseover',
|
||||
MOUSEOUT: 'mouseout',
|
||||
MOUSE_EVENTS: "MouseEvents",
|
||||
UIU_EVENTS: "UIEvents"
|
||||
UI_EVENTS: "UIEvents"
|
||||
};
|
||||
|
||||
})(jQuery);
|
Loading…
Reference in New Issue
Block a user