File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ define([
3030 } ;
3131
3232 Dropdown . prototype . position = function ( $dropdown , $container ) {
33- // Should be implmented in subclasses
33+ // Should be implemented in subclasses
3434 } ;
3535
3636 Dropdown . prototype . destroy = function ( ) {
Original file line number Diff line number Diff line change @@ -156,10 +156,10 @@ define([
156156 top : container . bottom
157157 } ;
158158
159- // Determine what the parent element is to use for calciulating the offset
159+ // Determine what the parent element is to use for calculating the offset
160160 var $offsetParent = this . $dropdownParent ;
161161
162- // For statically positoned elements, we need to get the element
162+ // For statically positioned elements, we need to get the element
163163 // that is determining the offset
164164 if ( $offsetParent . css ( 'position' ) === 'static' ) {
165165 $offsetParent = $offsetParent . offsetParent ( ) ;
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ define([
339339
340340 var currentIndex = $options . index ( $highlighted ) ;
341341
342- // If we are already at te top, don't move further
342+ // If we are already at the top, don't move further
343343 // If no options, currentIndex will be -1
344344 if ( currentIndex <= 0 ) {
345345 return ;
You can’t perform that action at this time.
0 commit comments