Oh, I thought that was a recommended practice to reduce bugs when changing the number of items in an object. Thanks!
Thomas On Mar 9, 9:58 am, pete higgins <phigg...@gmail.com> wrote: > > .css({ > > 'display': 'block', > > 'text-align': 'right', > > }) > > stray comma, after 'right' > > http://jslint.com > > Regards, > Peter