From ba7af0b9cd3fe5f9c01bdc3a15628749e675740b Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 28 Aug 2015 09:39:03 -0600 Subject: [PATCH] Remove arguments subheading --- src/text-editor.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 4b7c85d21..e5cb0dabe 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -1292,8 +1292,6 @@ class TextEditor extends Model # # ``` # - # ## Arguments - # # * `marker` A {Marker} you want this decoration to follow. # * `decorationParams` An {Object} representing the decoration e.g. # `{type: 'line-number', class: 'linter-error'}`