From da85a07dae4874f06f4d9e40aa5436659de86973 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Thu, 6 Mar 2014 15:17:34 -0700 Subject: [PATCH] :lipstick: comment formatting --- src/display-buffer.coffee | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/display-buffer.coffee b/src/display-buffer.coffee index 333d42d2c..22cc8cbd9 100644 --- a/src/display-buffer.coffee +++ b/src/display-buffer.coffee @@ -529,11 +529,10 @@ class DisplayBuffer extends Model # Public: Find all markers satisfying a set of parameters. # - # params - - # An {Object} containing parameters that all returned markers must satisfy. - # Unreserved keys will be compared against the markers' custom properties. - # There are also the following reserved keys with special meaning for the - # query: + # params - An {Object} containing parameters that all returned markers must + # satisfy. Unreserved keys will be compared against the markers' custom + # properties. There are also the following reserved keys with special + # meaning for the query: # :startBufferRow - # A {Number}. Only returns markers starting at this row in buffer # coordinates.