Skip to content

Commit

Permalink
fixed framed drawing functions not being called
Browse files Browse the repository at this point in the history
  • Loading branch information
mspae committed Aug 19, 2017
1 parent a761edf commit 4ee7aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drawer.multicanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default class MultiCanvas extends Drawer {
this.fillRect(i + this.halfPixel, halfH - h + offsetY, bar + this.halfPixel, h * 2);
}

});
})(peaks, channelIndex, start, end);
}

/**
Expand Down Expand Up @@ -332,7 +332,7 @@ export default class MultiCanvas extends Drawer {

// Always draw a median line
this.fillRect(0, halfH + offsetY - this.halfPixel, this.width, this.halfPixel);
});
})(peaks, channelIndex, start, end);
}

/**
Expand Down

0 comments on commit 4ee7aab

Please sign in to comment.