Skip to content

Commit

Permalink
🐛 Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed May 9, 2016
1 parent cefec3a commit f7d1878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/minimap-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ export default class MinimapElement {

let canvasTop = minimap.getFirstVisibleScreenRow() * minimap.getLineHeight() - minimap.getScrollTop()


if (this.smoothScrolling) {
if (SPEC_MODE) {
this.applyStyles(this.backLayer.canvas, {top: canvasTop + 'px'})
Expand Down

0 comments on commit f7d1878

Please sign in to comment.