Position: Fixed typo.

This commit is contained in:
Scott González 2011-03-21 14:02:00 -04:00
parent 7fc0cec36f
commit a6fbb47e6a

View File

@ -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( " " );