Go to the source code of this file.
|
| if (typeof ShoutcastRadio== 'undefined') |
|
Cu | import ("resource://shoutcast-radio/Utils.jsm", ShoutcastRadio) |
|
Cu | import ("resource://app/jsmodules/SBDataRemoteUtils.jsm") |
|
| if (typeof(gMM)=="undefined") var gMM |
|
window | addEventListener ("unload", function(e){ShoutcastRadio.Controller.onUnLoad(e);}, false) |
|
window addEventListener |
( |
"unload" |
, |
|
|
function(e){ShoutcastRadio.Controller.onUnLoad(e);} |
, |
|
|
false |
|
|
) |
| |
if |
( |
typeof |
ShoutcastRadio = = 'undefined' | ) |
|
if |
( |
typeof(gMM) |
= ="undefined" | ) |
|
Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.
Enable DEBUG_DATAREMOTES to track down leaks.
Definition at line 524 of file sbDataRemote.js.
Cu import |
( |
"resource://shoutcast-radio/Utils.jsm" |
, |
|
|
ShoutcastRadio |
|
|
) |
| |
Cu import |
( |
"resource://app/jsmodules/SBDataRemoteUtils.jsm" |
| ) |
|
const shoutcastTempLibGuid = "extensions.shoutcast-radio.templib.guid" |