Skip to content

Commit

Permalink
fix lint errors, see #35
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Mar 2, 2018
1 parent 7948830 commit db5303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/ISLCPullerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ define( function( require ) {

// if in coulomb's law, add pusher and zero force images in proper order
if ( options.attractNegative ) {
var zeroForceIndex = pushImages.length;
zeroForceIndex = pushImages.length;
this.pullerPusherImages = pushImages.concat( zeroForceImage ).concat( pullImages );
}

Expand Down

0 comments on commit db5303d

Please sign in to comment.