]> source.dussan.org Git - jquery-ui.git/commitdiff
Position: Fixed typo.
authorScott González <scott.gonzalez@gmail.com>
Mon, 21 Mar 2011 18:02:00 +0000 (14:02 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 21 Mar 2011 18:02:00 +0000 (14:02 -0400)
ui/jquery.ui.position.js

index 569aaf98d7f63bee600788fcdf99ca4ebde196df..9d436ccf3b749430382f63119b6c1be91569f9b4 100644 (file)
@@ -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( " " );