瀏覽代碼

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

Sebastian Haas 9 年之前
父節點
當前提交
01ef4565d6
共有 1 個文件被更改,包括 0 次插入5 次删除
  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,
-};