remove outdated audio from playground

This commit is contained in:
Eric Rosenbaum 2017-01-06 10:27:38 -05:00
parent c0d57b4b6b
commit 4298f4865f
22 changed files with 0 additions and 179 deletions
playground

View file

@ -37,9 +37,6 @@ window.onload = function() {
window.renderer = renderer;
vm.attachRenderer(renderer);
// Instantiate audio engine
window.audioEngine = new window.AudioEngine();
// Instantiate scratch-blocks and attach it to the DOM.
var workspace = window.Blockly.inject('blocks', {
media: './media/',