Skip to content

Commit

Permalink
delete vestigial self option, #377
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 15, 2022
1 parent bbdc77f commit 5d5ff52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/common/view/tools/PositionMarkerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ import PositionMarkerIcon from './PositionMarkerIcon.js';
import GOToolNode, { GOToolNodeOptions } from './GOToolNode.js';
import Vector2 from '../../../../../dot/js/Vector2.js';
import MapMarkerNode from '../MapMarkerNode.js';
import Tandem from '../../../../../tandem/js/Tandem.js';
import GOToolKeyboardDragListener from './GOToolKeyboardDragListener.js';
import GOToolDragListener from './GOToolDragListener.js';
import geometricOptics from '../../../geometricOptics.js';

type SelfOptions = {
iconTandem: Tandem,

// pointer areas
touchAreaDilationX?: number;
Expand Down

0 comments on commit 5d5ff52

Please sign in to comment.