浏览代码

Fixed linter

Benjamin Giesinger 7 年之前
父节点
当前提交
8465359b67
共有 1 个文件被更改,包括 2 次插入0 次删除
  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