notifications/list and notifications components

v1.18.x
psychobunny 10 years ago
parent 1d53f365dd
commit d5cc37b166

@ -6,9 +6,9 @@ define('notifications', ['sounds', 'translator', 'components'], function(sound,
var Notifications = {};
Notifications.prepareDOM = function() {
var notifContainer = $('.notifications'),
var notifContainer = components.get('notifications'),
notifTrigger = notifContainer.children('a'),
notifList = $('#notif-list'),
notifList = components.get('notifications/list'),
notifIcon = components.get('notifications/icon');
notifTrigger.on('click', function(e) {

Loading…
Cancel
Save