Skip to content

Commit

Permalink
Cleaned up constructors, see #86
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 20, 2017
1 parent 52bccbc commit f69865d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions js/faradays-law/FaradaysLawScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ define( function( require ) {
var Property = require( 'AXON/Property' );
var Screen = require( 'JOIST/Screen' );

/**
* @param {Tandem} tandem
* @constructor
*/
function FaradaysLawScreen( tandem ) {
Screen.call( this,
function() {
Expand Down
1 change: 0 additions & 1 deletion js/faradays-law/view/MagnetAccessibleDragHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ define( function( require ) {
var SPEEDS = [ 5, 10, 15 ];

/**
*
* @param {Property} positionProperty
* @param {function} startDrag
* @param {function} onDrag
Expand Down
2 changes: 1 addition & 1 deletion js/faradays-law/view/MagnetFieldLines.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ define( function( require ) {
];

/**
* @param magnet - magnet model of 'Faradays Law' simulation
* @param {Magnet} magnet - magnet model
* @constructor
*/
function MagnetFieldLines( magnet ) {
Expand Down

0 comments on commit f69865d

Please sign in to comment.