Skip to content

Commit

Permalink
Updated comments, see #64
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 7, 2018
1 parent 9773e12 commit e6fc2b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/friction/FrictionA11yStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
define( function( require ) {
'use strict';

// modules
var friction = require( 'FRICTION/friction' );

var FrictionA11yStrings = {
Expand Down
1 change: 1 addition & 0 deletions js/friction/model/FrictionModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ define( function( require ) {
var Vector2 = require( 'DOT/Vector2' );
var Vector2IO = require( 'DOT/Vector2IO' );

// constants
var ATOM_RADIUS = FrictionSharedConstants.ATOM_RADIUS; // radius of single atom
var ATOM_SPACING_X = 20; // x-distance between neighbors (atoms)
var ATOM_SPACING_Y = 20; // y-distance between neighbors (atoms)
Expand Down
1 change: 1 addition & 0 deletions js/friction/view/book/CoverNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( function( require ) {
'use strict';

// modules
var FrictionSharedConstants = require( 'FRICTION/friction/FrictionSharedConstants' );
var inherit = require( 'PHET_CORE/inherit' );
var Node = require( 'SCENERY/nodes/Node' );
Expand Down

0 comments on commit e6fc2b6

Please sign in to comment.