mini.js File Reference

Go to the source code of this file.

Functions

 if (typeof Lastfm== 'undefined')
 

Variables

Lastfm onLoad
 

Function Documentation

if ( typeof  Lastfm = = 'undefined')

Definition at line 31 of file mini.js.

Variable Documentation

Lastfm onLoad
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)
let window

Definition at line 36 of file mini.js.