We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fcd51 commit d906222Copy full SHA for d906222
js/blocks/PitchBlocks.js
@@ -2112,3 +2112,7 @@ function setupPitchBlocks(activity) {
2112
new Pitch2Block().setup(activity);
2113
new PitchBlock().setup(activity);
2114
}
2115
+
2116
+if (typeof module !== "undefined" && module.exports) {
2117
+ module.exports = { setupPitchBlocks };
2118
+}
0 commit comments