removed debug

This commit is contained in:
barisusakli
2014-07-28 18:15:41 -04:00
parent f71bd41408
commit 6e335ff29a
2 changed files with 2 additions and 35 deletions

View File

@@ -58,7 +58,7 @@ define('notifications', ['sounds'], function(sound) {
}
});
var updateNotifCount = function(count) {
function updateNotifCount(count) {
if (count > 0) {
notifIcon.removeClass('fa-bell-o').addClass('fa-bell');
} else {