Go to the source code of this file.
Components utils import |
( |
"resource://gre/modules/XPCOMUtils.jsm" |
| ) |
|
function NSGetModule |
( |
|
compMgr, |
|
|
|
fileSpec |
|
) |
| |
Initial value:=
Cc[
"@mozilla.org/fuel/application;1"]
.getService(
Ci.fuelIApplication)
Definition at line 50 of file Info.js.
const Cc = Components.classes |
const CID = "{7792e470-75ec-11dd-ad8b-0800200c9a66}" |
const CONTRACTID = "@songbirdnest.com/mashTape/provider/info/UberMash;1" |
const Cr = Components.results |
const DESCRIPTION = "mashTape Provider: UberMash Artist Info Provider" |
var JSON = Cc["@mozilla.org/dom/json;1"].createInstance(Ci.nsIJSON) |
Initial value:= {
"Musicmoz":"MusicMoz",
"Discogs":"Discogs",
"Wikipedia":"Wikipedia",
"OfficialHomepage":"Homepage",
"Fanpage":"Fan site",
"IMDb":"IMDB",
"Myspace":"MySpace",
"Purevolume":"PureVolume"
}
Definition at line 33 of file Info.js.
Initial value:= Components.classes["@mozilla.org/intl/stringbundle;1"]
.getService(Components.interfaces.nsIStringBundleService)
.createBundle("chrome://mashtape/locale/mashtape.properties")
Definition at line 46 of file Info.js.