pxt-microbit 4.1.23 → 4.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/built/sim.js CHANGED
@@ -2372,7 +2372,7 @@ var pxsim;
2372
2372
  }
2373
2373
  music.__playSoundExpression = __playSoundExpression;
2374
2374
  function __stopSoundExpressions() {
2375
- pxsim.AudioContextManager.stopAll();
2375
+ pxsim.codal.music.__stopSoundExpressions();
2376
2376
  }
2377
2377
  music.__stopSoundExpressions = __stopSoundExpressions;
2378
2378
  const giggle = "giggle";