On Mar 9, 2009, at 4:05 PM, Thomas Allen wrote:
Oh, I thought that was a recommended practice to reduce bugs when
changing the number of items in an object. Thanks!
It is a recommended practice in PHP, but not in JavaScript.
--Karl
On Mar 9, 9:58 am, pete higgins wrote:
.c
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 wrote:
> > .css({
> > 'display': 'block',
> > 'text-align': 'right',
> > })
>
> stray c
> .css({
> 'display': 'block',
> 'text-align': 'right',
> })
stray comma, after 'right'
http://jslint.com
Regards,
Peter
3 matches
Mail list logo