mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Tests:Docs: Fix various typos
* Changes "baar" to "bar" when used with "foo" in readme
and comments of js files
* mousenter -> mouseenter
Thanks @garysye, @KimTaehee
Cherry-picked from 03eaadb131
Closes gh-2613
Closes gh-2601
This commit is contained in:
@@ -882,7 +882,7 @@ QUnit.test( "withinElement implemented with jQuery.contains()", function( assert
|
||||
|
||||
} ).trigger( "mouseenter" );
|
||||
|
||||
jQuery( "#jc-inner" ).trigger( "mousenter" );
|
||||
jQuery( "#jc-inner" ).trigger( "mouseenter" );
|
||||
|
||||
jQuery( "#jc-outer" ).off( "mouseenter mouseleave" ).remove();
|
||||
jQuery( "#jc-inner" ).remove();
|
||||
|
||||
@@ -293,7 +293,7 @@ testIframe(
|
||||
|
||||
/**
|
||||
* Asserts that a select matches the given IDs
|
||||
* @example t("Check for something", "//[a]", ["foo", "baar"]);
|
||||
* @example t("Check for something", "//[a]", ["foo", "bar"]);
|
||||
* @param {String} a - Assertion name
|
||||
* @param {String} b - Sizzle selector
|
||||
* @param {Array} c - Array of ids to construct what is expected
|
||||
|
||||
Reference in New Issue
Block a user