From 4a577e5ba2707316621479229d2446c23309941d Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 27 May 2008 00:47:55 +0000 Subject: corrected misspelled variable name --- ui/tests/jquery.useraction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tests/jquery.useraction.js b/ui/tests/jquery.useraction.js index 6ff324b03..a9761e8d0 100644 --- a/ui/tests/jquery.useraction.js +++ b/ui/tests/jquery.useraction.js @@ -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 -- cgit v1.2.3