「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
}
}
よろしくお願いいたします。