Skip to content

Commit

Permalink
cleanup, #758
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 4, 2018
1 parent 4a4afee commit 2cfd5d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/accessibility/AccessibleInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
define( function( require ) {
'use strict';

// var AccessiblePeer = require( 'SCENERY/accessibility/AccessiblePeer' );
var cleanArray = require( 'PHET_CORE/cleanArray' );
// var Display = require( 'SCENERY/display/Display' );
var Events = require( 'AXON/Events' );
var inherit = require( 'PHET_CORE/inherit' );
var KeyboardUtil = require( 'SCENERY/accessibility/KeyboardUtil' );
Expand All @@ -25,7 +23,7 @@ define( function( require ) {
* Constructor for AccessibleInstance, uses an initialize method for pooling.
*
* @param {AccessibleInstance|null} parent - parent of this instance, null if root of AccessibleInstance tree
* @param {Display}
* @param {Display} display
* @param {Trail} trail - trail to the node for this AccessibleInstance
* @constructor
* @mixes Poolable
Expand Down

0 comments on commit 2cfd5d5

Please sign in to comment.