Skip to content

Commit

Permalink
implemented logic on 'enter' of particle placement, phetsims/build-an…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 31, 2017
1 parent 53422f0 commit 2722a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/Accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ define( function( require ) {
assert && assert( !( this._domElement.tabIndex === -1 ), 'trying to set focus on a node that is not focusable' );
assert && assert( !this._accessibleHidden, 'trying to set focus on a node with hidden accessible content' );

// make sure that the elememnt is in the navigation order
// make sure that the element is in the navigation order
this._domElement.focus();
}

Expand Down

0 comments on commit 2722a23

Please sign in to comment.