Where have I gone wrong? I get a syntax error as noted below. I really know very little about js, but I'm using Chris et al's Anything slider. Everything was working fine until I tried to add some video configuration code, but some syntax error that I can't figure out is messing things up. I think I'm missing a closing } or something. Help?
Try to put the closing parenthesis after the second to last curly brace. Also looks like you might have an extra comma with in the array that is being returned.
Where have I gone wrong? I get a syntax error as noted below. I really know very little about js, but I'm using Chris et al's Anything slider. Everything was working fine until I tried to add some video configuration code, but some syntax error that I can't figure out is messing things up. I think I'm missing a closing } or something. Help?
Extra comma:
And some unclosed function.
How about this:
I hope that helped!
-Mike