Почему в строке creditText говорится, что «lbp is undefined»? Как мне обратиться к предыдущим свойствам в файле конфигурации, таком как этот?
var lbp = {
// Pertinant page properties, such as Author, Keywords, URL or Title
page: {
theURL: window.location.toString(),
},
// Configurable user defaults
defaults: {
creditText: lbp.page.theURL
}
}
Заранее спасибо за помощь