mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
📝 Mark setEditorWidthInChars as public
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user