diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-03-21 14:02:00 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-03-21 14:02:00 -0400 |
commit | a6fbb47e6a0814c7c5c9c007b3d3a568364801cf (patch) | |
tree | a053d9ec849a287f3d68fc3c7dbd8b2cbe0fd091 /ui | |
parent | 7fc0cec36f63ccdd5c0a5ecc376678aca5659297 (diff) | |
download | jquery-ui-a6fbb47e6a0814c7c5c9c007b3d3a568364801cf.tar.gz jquery-ui-a6fbb47e6a0814c7c5c9c007b3d3a568364801cf.zip |
Position: Fixed typo.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.position.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.position.js b/ui/jquery.ui.position.js index 569aaf98d..9d436ccf3 100644 --- a/ui/jquery.ui.position.js +++ b/ui/jquery.ui.position.js @@ -51,7 +51,7 @@ $.fn.position = function( options ) { basePosition = target.offset(); } - // force my and at to have valid horizontal and veritcal positions + // force my and at to have valid horizontal and vertical positions // if a value is missing or invalid, it will be converted to center $.each( [ "my", "at" ], function() { var pos = ( options[this] || "" ).split( " " ); |