corrected misspelled variable name

This commit is contained in:
Richard Worth 2008-05-27 00:47:55 +00:00
parent a68d347da2
commit 4a577e5ba2

View File

@ -205,7 +205,7 @@ var StringPool = {
MOUSEOVER: 'mouseover',
MOUSEOUT: 'mouseout',
MOUSE_EVENTS: "MouseEvents",
UIU_EVENTS: "UIEvents"
UI_EVENTS: "UIEvents"
};
})(jQuery);