mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Position: Fixed typo.
This commit is contained in:
parent
7fc0cec36f
commit
a6fbb47e6a
2
ui/jquery.ui.position.js
vendored
2
ui/jquery.ui.position.js
vendored
@ -51,7 +51,7 @@ $.fn.position = function( options ) {
|
|||||||
basePosition = target.offset();
|
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
|
// if a value is missing or invalid, it will be converted to center
|
||||||
$.each( [ "my", "at" ], function() {
|
$.each( [ "my", "at" ], function() {
|
||||||
var pos = ( options[this] || "" ).split( " " );
|
var pos = ( options[this] || "" ).split( " " );
|
||||||
|
Loading…
Reference in New Issue
Block a user