Skip to content

Commit

Permalink
remove redundant keys declaration, phetsims/perennial#259 phetsims/ph…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 13, 2022
1 parent 28063ec commit 8bbbc16
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions js/accessibility/describers/DirectionEnum.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ const DirectionEnum = EnumerationDeprecated.byKeys( [
'DOWN_RIGHT'
], {
beforeFreeze: DirectionEnum => {


/**
* @type {string[]} - the keys tha make up the enum
*/
DirectionEnum.keys = Object.keys( DirectionEnum );


/**
* Returns true if direction is one of the primary relative directions "up", "down", "left", "right".
*
Expand Down

0 comments on commit 8bbbc16

Please sign in to comment.