From: Timo Tijhof Date: Sun, 20 Jul 2014 22:18:32 +0000 (+0200) Subject: jquery.accessKeyLabel: Add missing word in inline comment X-Git-Tag: 1.31.0-rc.0~14858^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/File:Image4?a=commitdiff_plain;h=fa0aa4f874ac0f2376c4d6d5eacb508c4ddbe01f;p=lhc%2Fweb%2Fwiklou.git jquery.accessKeyLabel: Add missing word in inline comment Follows-up 6a81b0e5. Change-Id: I4558a224746b416feca2de7afa159aa90b5dfc33 --- diff --git a/resources/src/jquery/jquery.accessKeyLabel.js b/resources/src/jquery/jquery.accessKeyLabel.js index 80b8303bd0..7b49cb2d00 100644 --- a/resources/src/jquery/jquery.accessKeyLabel.js +++ b/resources/src/jquery/jquery.accessKeyLabel.js @@ -154,7 +154,7 @@ function updateTooltip( element ) { } } - // Search it as parent, because the form control can also inside the label element itself + // Search it as parent, because the form control can also be inside the label element itself $labelParent = $element.parents( 'label' ); if ( $labelParent.length === 1 ) { updateTooltipOnElement( element, $labelParent[0] );