diff --git a/src/Sound.js b/src/Sound.js index 291a2692..c459f17f 100644 --- a/src/Sound.js +++ b/src/Sound.js @@ -2,7 +2,7 @@ import Group from "./Group"; import Sample from "./Sample"; import { EventDispatcher } from "@createjs/core"; -class Sound { +export default class Sound { // Sets up all static class defaults. This function is immediately invoked below the Sound class definition to ensure it runs. static _initialize() { @@ -636,6 +636,4 @@ class Sound { } } -Sound._initialize(); - -export default Sound; +Sound._initialize(); \ No newline at end of file