Skip to content

Commit

Permalink
Sorted require statements, see #86
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 20, 2017
1 parent 6a1fda6 commit 32c8ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/faradays-law/view/MagnetNodeWithField.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ define( function( require ) {
var faradaysLaw = require( 'FARADAYS_LAW/faradaysLaw' );
var FocusHighlightPath = require( 'SCENERY/accessibility/FocusHighlightPath' );
var inherit = require( 'PHET_CORE/inherit' );
var MagnetFieldLines = require( 'FARADAYS_LAW/faradays-law/view/MagnetFieldLines' );
var MagnetAccessibleDragHandler = require( 'FARADAYS_LAW/faradays-law/view/MagnetAccessibleDragHandler' );
var MagnetFieldLines = require( 'FARADAYS_LAW/faradays-law/view/MagnetFieldLines' );
var MagnetNode = require( 'FARADAYS_LAW/faradays-law/view/MagnetNode' );
var Node = require( 'SCENERY/nodes/Node' );
var Shape = require( 'KITE/Shape' );
Expand Down

0 comments on commit 32c8ab1

Please sign in to comment.