From 6f7b98178c4035344ec17fde0ae14771e729d8fe Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 28 Sep 2015 15:40:43 +0200 Subject: [PATCH] Fix linting errors --- src/lines-tile-component.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lines-tile-component.coffee b/src/lines-tile-component.coffee index 28afe7d5c..3c70c1199 100644 --- a/src/lines-tile-component.coffee +++ b/src/lines-tile-component.coffee @@ -399,5 +399,3 @@ class LinesTileComponent clearMeasurements: -> @measuredLines.clear() - - lineNodeForLineId: (id) -> @lineNodesByLineId[id]