Go to the source code of this file.
Functions | |
function | onLoad () |
onLoad - called when the cover preview window loads. More... | |
function | onUnload () |
onUnload - called when the cover preview window unloads. More... | |
Variables | |
const | DROP_TARGET_IMAGE = "chrome://songbird/skin/album-art/drop-target.png" |
const | XLINK = "http://www.w3.org/1999/xlink" |
var | metadataImage = null |
function onLoad | ( | ) |
onLoad - called when the cover preview window loads.
Definition at line 10 of file coverPreview.js.
function onUnload | ( | ) |
onUnload - called when the cover preview window unloads.
Definition at line 36 of file coverPreview.js.
const DROP_TARGET_IMAGE = "chrome://songbird/skin/album-art/drop-target.png" |
Definition at line 2 of file coverPreview.js.
var metadataImage = null |
Definition at line 5 of file coverPreview.js.
const XLINK = "http://www.w3.org/1999/xlink" |
Definition at line 3 of file coverPreview.js.