Hmmm, hit enter before I changed it fully.

JavaScript object literals are defined as

var test = {
  firstName: 'Andrew',
  lastName: 'Scott',
  roles: [ 'ColdFusion Developer', 'Flex Developer', 'Grails Developer',
'JavaScript Developer']
};

Allan not sure what yours is from, but the above is correct for JavaScript
as of today.



On Mon, Nov 30, 2009 at 7:53 PM, Andrew Scott <[email protected]>wrote:

> No it should be
>
> {
>  a = "b",
>  c = "d",
>  }
>
>

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to