Skip to content

Commit

Permalink
public: false is redundant, #154
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 4, 2021
1 parent 276d32b commit f530833
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/common/GeometricOpticsQueryParameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ const GeometricOpticsQueryParameters = QueryStringMachine.getAll( {

// show the positions of the object, target and optic.
showDebugPoints: {
type: 'flag',
public: false
type: 'flag'
},

// show the position of points at a distance 2f from the optic.
show2fPoints: {
type: 'flag',
public: false
type: 'flag'
},

// show the guides on the
Expand Down

0 comments on commit f530833

Please sign in to comment.