Skip to content

Commit

Permalink
#173 add missing '// modules' and '// constants' comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Nov 9, 2015
1 parent 73ef7ce commit 0f86e68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/gravity-and-orbits/GravityAndOrbitsConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ define( function( require ) {
// modules
var GravityAndOrbitsColorProfile = require( 'GRAVITY_AND_ORBITS/gravity-and-orbits/GravityAndOrbitsColorProfile' );

// constants
var CONTROL_PANEL_STROKE = '#8E9097';
var PANEL_X_MARGIN = 5;

Expand Down
1 change: 1 addition & 0 deletions js/gravity-and-orbits/model/ModelState.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
define( function( require ) {
'use strict';

// modules
var inherit = require( 'PHET_CORE/inherit' );
var Vector2 = require( 'DOT/Vector2' );

Expand Down
1 change: 1 addition & 0 deletions js/gravity-and-orbits/model/RewindableProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
define( function( require ) {
'use strict';

// modules
var inherit = require( 'PHET_CORE/inherit' );
var Property = require( 'AXON/Property' );

Expand Down
2 changes: 1 addition & 1 deletion js/gravity-and-orbits/module/ModeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ define( function( require ) {
var inherit = require( 'PHET_CORE/inherit' );
var Vector2 = require( 'DOT/Vector2' );

// contants
// constants
var DEFAULT_DT = require( 'GRAVITY_AND_ORBITS/gravity-and-orbits/model/GravityAndOrbitsClock' ).DEFAULT_DT;

/**
Expand Down

0 comments on commit 0f86e68

Please sign in to comment.