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:
Gary Ye
2015-09-18 09:59:48 -07:00
committed by Oleg Gaidarenko
parent 7e78c2ec81
commit ef6cd83ab0
6 changed files with 7 additions and 7 deletions

View File

@@ -893,7 +893,7 @@ jQuery.each( {
related = event.relatedTarget,
handleObj = event.handleObj;
// For mousenter/leave call the handler if related is outside the target.
// For mouseenter/leave call the handler if related is outside the target.
// NB: No relatedTarget if the mouse left/entered the browser window
if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) {
event.type = handleObj.origType;