Theme chooser IE error

Theme chooser IE error


Hi all,
I had a hard time trying to fix an IE bug in my tabs plugin, just to
find out it's a trailing comma in the theme chooser:
$("body").themes({
"light":"Light",
"dark":"Dark",
^^
})
Just wanted to let you know to not let this happen again... :-)
--Klaus