Go to the source code of this file.
|
| if (typeof Lastfm== 'undefined') |
|
if |
( |
typeof |
Lastfm = = 'undefined' | ) |
|
Initial value:= function() {
this._service = Components.classes['@songbirdnest.com/lastfm;1']
.getService().wrappedJSObject
if (this._service.shouldAutoLogin()) {
this._service.login();
}
}
window.addEventListener(
"load",
function(e) { Lastfm.onLoad(e); },
false)
Definition at line 36 of file mini.js.