From 051f1b4777ace20872b718ab100a4065ce4302e7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 21 Jan 2014 16:12:01 -0800 Subject: [PATCH] :memo: Mark setEditorWidthInChars as public --- src/editor.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index a5aede5ed..a7cbd1891 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -202,8 +202,8 @@ class Editor extends Model # Deprecated: Use the ::scrollLeft property directly getScrollLeft: -> @scrollLeft - # Set the number of characters that can be displayed horizontally in the - # editor that contains this edit session. + # Public: Set the number of characters that can be displayed horizontally in + # the editor. # # editorWidthInChars - A {Number} of characters setEditorWidthInChars: (editorWidthInChars) ->