]> source.dussan.org Git - jquery-ui.git/commitdiff
corrected misspelled variable name
authorRichard Worth <rdworth@gmail.com>
Tue, 27 May 2008 00:47:55 +0000 (00:47 +0000)
committerRichard Worth <rdworth@gmail.com>
Tue, 27 May 2008 00:47:55 +0000 (00:47 +0000)
ui/tests/jquery.useraction.js

index 6ff324b0353ce229ad7367c53d4f05b2e5b2ddd6..a9761e8d08233734988d8aab0cf63891377f5f2f 100644 (file)
@@ -205,7 +205,7 @@ var StringPool = {
        MOUSEOVER: 'mouseover',
        MOUSEOUT: 'mouseout',
        MOUSE_EVENTS: "MouseEvents",
-       UIU_EVENTS: "UIEvents"
+       UI_EVENTS: "UIEvents"
 };
 
 })(jQuery);
\ No newline at end of file