This commit is contained in:
psychobunny
2015-08-27 14:53:53 -04:00
parent b10a7d4410
commit 82d39753b7

View File

@@ -2,7 +2,7 @@
/* globals define, socket, utils, config, app, ajaxify, templates, Tinycon*/
define('notifications', ['sounds', 'translator'], function(sound, translator) {
define('notifications', ['sounds', 'translator', 'components'], function(sound, translator, components) {
var Notifications = {};
Notifications.prepareDOM = function() {