mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-21 03:40:40 +02:00
hint
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user