From 08b80c15adf792d3f8829f3dfd2c6e8a594b7666 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 23 Aug 2013 09:18:05 -0700 Subject: [PATCH] :lipstick: Remove comment for removed parameter --- src/editor.coffee | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index 8d90e2bb0..1292f67be 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -911,11 +911,9 @@ class Editor extends View calcSoftWrapColumn: -> Math.floor(@scrollView.width() / @charWidth) - # Sets the soft wrap column for the editor. + # Enables/disables soft wrap on the editor. # - # softWrap - A {Boolean} which, if `true`, sets soft wraps - # softWrapColumn - A {Number} indicating the length of a line in the editor when soft - # wrapping turns on + # softWrap - A {Boolean} which, if `true`, enables soft wrap setSoftWrap: (softWrap) -> if softWrap @addClass 'soft-wrap'