📝 Mark setEditorWidthInChars as public

This commit is contained in:
Kevin Sawicki
2014-01-21 16:12:01 -08:00
parent 1fa04cb161
commit 051f1b4777

View File

@@ -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) ->