diff options
author | Richard Worth <rdworth@gmail.com> | 2008-05-27 00:47:55 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-05-27 00:47:55 +0000 |
commit | 4a577e5ba2707316621479229d2446c23309941d (patch) | |
tree | c70691acf4564f12a5fc82298d6aa93247507ad8 | |
parent | a68d347da2c93eb8627a40a8ebc77ddcc4bbd83b (diff) | |
download | jquery-ui-4a577e5ba2707316621479229d2446c23309941d.tar.gz jquery-ui-4a577e5ba2707316621479229d2446c23309941d.zip |
corrected misspelled variable name
-rw-r--r-- | ui/tests/jquery.useraction.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |