From 5c0db0b14cf9da54b363e80a41f126454e917d90 Mon Sep 17 00:00:00 2001 From: jbphet Date: Mon, 17 Sep 2018 17:12:42 -0600 Subject: [PATCH] renamed "audio" plugin to "sound" --- js/reactants-products-and-leftovers-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/reactants-products-and-leftovers-config.js b/js/reactants-products-and-leftovers-config.js index 454ed1a0..3ff45282 100644 --- a/js/reactants-products-and-leftovers-config.js +++ b/js/reactants-products-and-leftovers-config.js @@ -18,7 +18,7 @@ require.config( { text: '../../sherpa/lib/text-2.0.12', // PhET plugins - audio: '../../chipper/js/requirejs-plugins/audio', + sound: '../../chipper/js/requirejs-plugins/sound', image: '../../chipper/js/requirejs-plugins/image', mipmap: '../../chipper/js/requirejs-plugins/mipmap', string: '../../chipper/js/requirejs-plugins/string',