Skip to content

Commit

Permalink
Position: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Mar 21, 2011
1 parent 7fc0cec commit a6fbb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.position.js
Expand Up @@ -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( " " );
Expand Down

0 comments on commit a6fbb47

Please sign in to comment.