I'm getting the following error and I cant figure out what I did wrong (this is in Firebug in the test preview under firefox:
TypeError: this.AppPages is undefined
for (var i = 0; i < this.AppPages.length; i++) {
Please help?
I'm getting the following error and I cant figure out what I did wrong (this is in Firebug in the test preview under firefox:
TypeError: this.AppPages is undefined
for (var i = 0; i < this.AppPages.length; i++) {
Please help?
Where are you running this code?