We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc0cec commit a6fbb47Copy full SHA for a6fbb47
ui/jquery.ui.position.js
@@ -51,7 +51,7 @@ $.fn.position = function( options ) {
51
basePosition = target.offset();
52
}
53
54
- // force my and at to have valid horizontal and veritcal positions
+ // force my and at to have valid horizontal and vertical positions
55
// if a value is missing or invalid, it will be converted to center
56
$.each( [ "my", "at" ], function() {
57
var pos = ( options[this] || "" ).split( " " );
0 commit comments