Skip to content

Commit c5f94c3

Browse files
committed
Merge branch 'master' of https://github.com/justin212407/musicblocks into play-only-mode
2 parents 88315cc + f880553 commit c5f94c3

File tree

7 files changed

+1751
-1
lines changed

7 files changed

+1751
-1
lines changed

js/SaveInterface.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ class SaveInterface {
757757
this.activity.logo.runLogoCommands();
758758
}
759759

760-
/**
760+
/**
761761
* Perform actions after saving an MXML file.
762762
*
763763
* This method handles post-processing steps after saving an MXML file.
@@ -775,3 +775,8 @@ class SaveInterface {
775775
this.activity.logo.runningMxml = false;
776776
}
777777
}
778+
779+
780+
if (typeof module !== 'undefined' && module.exports) {
781+
module.exports = { SaveInterface };
782+
}

0 commit comments

Comments
 (0)