Skip to content
This repository was archived by the owner on Mar 10, 2019. It is now read-only.

Commit 672e6b6

Browse files
committed
slight formatting fix
1 parent 3a7611f commit 672e6b6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

LPChartView.j

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,8 @@ var labelViewHeight = 20,
307307
if (!itemFrames.length)
308308
return;
309309

310-
var firstSet = itemFrames[0];
311-
312-
var locationInDrawView = [drawView convertPoint:[anEvent locationInWindow] fromView:nil];
310+
var firstSet = itemFrames[0],
311+
locationInDrawView = [drawView convertPoint:[anEvent locationInWindow] fromView:nil];
313312

314313
for (var i = 0; i < firstSet.length; i++)
315314
{

0 commit comments

Comments
 (0)