Add return statement docs

This commit is contained in:
Ben Ogle
2014-07-09 18:25:37 -07:00
parent 8013ff7775
commit db1652f1ed

View File

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