Skip to content

Commit 1ff608d

Browse files
committed
update comments
1 parent 95c421c commit 1ff608d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/minimap-indicator.coffee

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
# | |----------> Minimap Wrapper
77
# | | .
88
# | | .
9-
# #########------> Minimap Indicator (Minimap visible area)
9+
# #########------> Minimap Indicator
1010
# | | .
1111
# --------- .
1212
# . .
1313
# .............
14+
#
15+
1416
#
1517
# Basic Rectangle
1618
#
@@ -120,4 +122,3 @@ class Indicator extends Rectangle
120122

121123
computeFromCenterY: (cy) ->
122124
@setCenterY(cy) - @scroller.y
123-

0 commit comments

Comments
 (0)