Skip to content

Commit

Permalink
🐛 Fix minimum value for interline
Browse files Browse the repository at this point in the history
Fixes #175
  • Loading branch information
abe33 committed Dec 11, 2014
1 parent f52bd0f commit e4a114d
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 @@ -72,7 +72,7 @@ class Minimap
interline:
type: 'integer'
default: 1
minimum: 1
minimum: 0
description: 'The space between lines in the minimap in pixels.'
textOpacity:
type: 'number'
Expand Down

0 comments on commit e4a114d

Please sign in to comment.