📝 Remove gutterName argument from TextEditor::decorateMarker

Decorations of `type: 'gutter'` is deprecated. Use `Gutter::decorateMarker` to
create decoration for custom gutter.
This commit is contained in:
Maxim Sokolov
2015-08-26 10:53:06 +03:00
parent 1f259a5583
commit 6076cef1f2

View File

@@ -1322,8 +1322,6 @@ class TextEditor extends Model
# * `position` (optional) Only applicable to decorations of type `overlay`,
# controls where the overlay view is positioned relative to the marker.
# Values can be `'head'` (the default), or `'tail'`.
# * `gutterName` (optional) Only applicable to the `gutter` type. If provided,
# the decoration will be applied to the gutter with the specified name.
#
# Returns a {Decoration} object
decorateMarker: (marker, decorationParams) ->