mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add return statement docs
This commit is contained in:
@@ -1128,6 +1128,8 @@ class Editor extends Model
|
||||
# :onlyNonEmpty - If `true`, the decoration will only be applied if the
|
||||
# associated marker is non-empty. Only applicable to the `line` and
|
||||
# gutter types.
|
||||
#
|
||||
# Returns a {Decoration} object
|
||||
decorateMarker: (marker, decorationParams) ->
|
||||
@displayBuffer.decorateMarker(marker, decorationParams)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user