Browse Source

Removed window workaround since we're having a proper solution now. #2 #3

Sebastian Haas 9 năm trước cách đây
mục cha
commit
01ef4565d6
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      src/MusicSheetAPI.ts

+ 0 - 5
src/MusicSheetAPI.ts

@@ -107,9 +107,4 @@ export class MusicSheetAPI {
         // Finally, draw
         this.drawer.drawSheet(this.graphic);
     }
-
 }
-
-(<any>window).osmd = {
-    "MusicSheet":  MusicSheetAPI,
-};