Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ricktu288 committed Jan 3, 2024
1 parent cc8ed84 commit 2715417
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion simulator/js/objs/aperture.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Blocker
// Blocker -> Aperture
objTypes['aperture'] = {

// Create the obj
Expand Down
2 changes: 1 addition & 1 deletion simulator/js/objs/arcmirror.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mirrors -> Circular Arc
// Mirror -> Circular Arc
objTypes['arcmirror'] = {

// Create the obj
Expand Down
2 changes: 1 addition & 1 deletion simulator/js/objs/cropbox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// The crop box appear when using File > Export as PNG/SVG
// The crop box appears when using File -> Export as PNG/SVG
objTypes['cropbox'] = {

// Show the property box
Expand Down
2 changes: 1 addition & 1 deletion simulator/js/objs/curvedglass.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mirrors -> Custom equation
// Glass -> Custom equation
objTypes['curvedglass'] = {

supportSurfaceMerging: true,
Expand Down

0 comments on commit 2715417

Please sign in to comment.