From 8ae08dc21dba3fb4a2907f377917539f11cf276d Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 31 Oct 2012 13:50:51 -0600 Subject: [PATCH] I don't think we need this line anymore --- src/app/line-map.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/line-map.coffee b/src/app/line-map.coffee index a06c1254b..e0958bfac 100644 --- a/src/app/line-map.coffee +++ b/src/app/line-map.coffee @@ -127,7 +127,6 @@ class LineMap sourceDelta = traversalResult[sourceDeltaType] targetDelta = traversalResult[targetDeltaType] - return targetDelta unless lastLineFragment maxSourceColumn = sourceDelta.column + lastLineFragment.textLength() maxTargetColumn = targetDelta.column + lastLineFragment.textLength()