Skip to content

Commit

Permalink
Address review comment, see #746
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg authored and jonathanolson committed May 8, 2018
1 parent 71ad792 commit 37694b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/accessibility/Accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,8 @@ define( function( require ) {
/**
* Get the tag name of the DOM element representing this node for accessibility.
* @public
*
* REVIEW: Return type should include null, since new scenery.Node().tagName is null.
*
* @returns {string}
* *
* @returns {string|null}
*/
getTagName: function() {
return this._tagName;
Expand Down

0 comments on commit 37694b8

Please sign in to comment.