|
|
|
// Global Objects ----------------------------------------------------------
|
|
|
|
if (window.pv === undefined) {
|
|
window.pv = {};
|
|
}
|
|
|
|
if (window.pv.chart === undefined) {
|
|
window.pv.chart = {};
|
|
}
|
|
|
|
if (window.pv.storage === undefined) {
|
|
window.pv.storage = {};
|
|
}
|