Skip to content

Commit

Permalink
add AccessibilityUtil for molecules-and-light patch, #883
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 19, 2019
1 parent c39dbe6 commit 34d76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/AccessibleInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ define( function( require ) {
'use strict';

// var AccessiblePeer = require( 'SCENERY/accessibility/AccessiblePeer' );
var AccessibilityUtil = require( 'SCENERY/accessibility/AccessibilityUtil' );
var cleanArray = require( 'PHET_CORE/cleanArray' );
var Events = require( 'AXON/Events' );
var FullScreen = require( 'SCENERY/util/FullScreen' );
var inherit = require( 'PHET_CORE/inherit' );
var KeyboardUtil = require( 'SCENERY/accessibility/KeyboardUtil' );
var Poolable = require( 'PHET_CORE/Poolable' );
Expand Down

0 comments on commit 34d76dc

Please sign in to comment.