|
|
Forum Newbie
Group: Forum Members Last Login: 9/28/2011 9:34:41 PM Posts: 1, Visits: 1
|
|
for(var s = 0; s
setTimeout("this.spinIt(this.sequence[s])",s*this.interval);
}
using firefox, firebug. firebug gives me the error:
's is not defined'
now to my understanding 's' is defined locally in the for() loop, but i don't understand why it is telling me it is not defined.
any help you guys can offer would be great!
oh, and first time poster, lol, if i made any mistakes.
thanks! |
|
|
|