Skip to content

Commit

Permalink
Fix require statement for DragListener, see #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisklus committed Oct 16, 2019
1 parent 29f3b28 commit 79e89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/PlayObjectNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ define( function( require ) {
// modules
const Animation = require( 'TWIXT/Animation' );
const Image = require( 'SCENERY/nodes/Image' );
const DragListener = require( 'SCENERY_PHET/listeners/DragListener' );
const DragListener = require( 'SCENERY/listeners/DragListener' );
const Node = require( 'SCENERY/nodes/Node' );
const numberPlay = require( 'NUMBER_PLAY/numberPlay' );
const Property = require( 'AXON/Property' );
Expand Down

0 comments on commit 79e89be

Please sign in to comment.