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

Commit

Permalink
slight formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luddep committed Sep 4, 2010
1 parent 3a7611f commit 672e6b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions LPChartView.j
Expand Up @@ -307,9 +307,8 @@ var labelViewHeight = 20,
if (!itemFrames.length)
return;

var firstSet = itemFrames[0];

var locationInDrawView = [drawView convertPoint:[anEvent locationInWindow] fromView:nil];
var firstSet = itemFrames[0],
locationInDrawView = [drawView convertPoint:[anEvent locationInWindow] fromView:nil];

for (var i = 0; i < firstSet.length; i++)
{
Expand Down

0 comments on commit 672e6b6

Please sign in to comment.