refactored sound system so that they can be specified in ACP, updated soundfile to work in FF, which fixes #1209

This commit is contained in:
Julian Lam
2014-03-13 17:15:07 -04:00
parent 175230e337
commit 553cabdcfa
10 changed files with 143 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
define(['sound'], function(sound) {
define(['sounds'], function(sound) {
var Notifications = {};
Notifications.prepareDOM = function() {