Explorar o código

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

Sebastian Haas %!s(int64=9) %!d(string=hai) anos
pai
achega
01ef4565d6
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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,
-};