Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Dashboard: added log source.
Browse files Browse the repository at this point in the history
  • Loading branch information
bard committed Apr 20, 2009
1 parent abdb592 commit 3695aad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chrome/content/dashboard/dashboard.js
Expand Up @@ -41,8 +41,11 @@ var Cu = Components.utils;
Cu.import('resource://xmpp4moz/xmpp.jsm');
Cu.import('resource://xmpp4moz/namespaces.jsm');
Cu.import('resource://xmpp4moz/task.jsm');
Cu.import('resource://xmpp4moz/log.jsm');
Cu.import('resource://sameplace/main.jsm');

var log = Log.getSource('dashboard');


// INITIALIZATION
// ----------------------------------------------------------------------
Expand Down

0 comments on commit 3695aad

Please sign in to comment.