Skip to content

Commit

Permalink
corrected misspelled variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed May 27, 2008
1 parent a68d347 commit 4a577e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/jquery.useraction.js
Expand Up @@ -205,7 +205,7 @@ var StringPool = {
MOUSEOVER: 'mouseover', MOUSEOVER: 'mouseover',
MOUSEOUT: 'mouseout', MOUSEOUT: 'mouseout',
MOUSE_EVENTS: "MouseEvents", MOUSE_EVENTS: "MouseEvents",
UIU_EVENTS: "UIEvents" UI_EVENTS: "UIEvents"
}; };


})(jQuery); })(jQuery);

0 comments on commit 4a577e5

Please sign in to comment.