From 7e6eecc6cf489747a6b74c42305983ee1133eb6c Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 1 May 2013 16:27:48 -0700 Subject: [PATCH] Update gutter --- src/app/gutter.coffee | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gutter.coffee b/src/app/gutter.coffee index 484c28c43..000405d6d 100644 --- a/src/app/gutter.coffee +++ b/src/app/gutter.coffee @@ -50,13 +50,13 @@ class Gutter extends View ### Public ### - # Public: Retrieves the containing {Editor}. + # Retrieves the containing {Editor}. # # Returns an {Editor}. getEditor: -> @parentView - # Public: Defines whether to show the gutter or not. + # Defines whether to show the gutter or not. # # showLineNumbers - A {Boolean} which, if `false`, hides the gutter setShowLineNumbers: (showLineNumbers) -> @@ -76,7 +76,7 @@ class Gutter extends View break @renderLineNumbers(renderFrom, renderTo) if performUpdate - + renderLineNumbers: (startScreenRow, endScreenRow) -> editor = @getEditor() maxDigits = editor.getLineCount().toString().length