Browse Source

Fixed linter

Benjamin Giesinger 7 years ago
parent
commit
8465359b67
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/MusicalScore/Graphical/MusicSheetCalculator.ts

+ 2 - 0
src/MusicalScore/Graphical/MusicSheetCalculator.ts

@@ -373,7 +373,9 @@ export abstract class MusicSheetCalculator {
             let relativeY: number;
 
             // and the corresponding SkyLine indeces
+            // tslint:disable-next-line:no-unused-variable
             let start: number = relativeX;
+            // tslint:disable-next-line:no-unused-variable
             let end: number = relativeX - graphicalLabel.PositionAndShape.BorderLeft + graphicalLabel.PositionAndShape.BorderMarginRight;
 
             // take into account the InstrumentNameLabel's at the beginning of the first MusicSystem