Skip to content

Commit

Permalink
🐛 Bad value returned in getCharHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 15, 2014
1 parent fc54dd1 commit 6f80483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minimap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Minimap extends Model

getCharWidth: -> @charWidth

getCharHeight: -> @charWidth
getCharHeight: -> @charHeight

getInterline: -> @interline

Expand Down

0 comments on commit 6f80483

Please sign in to comment.