On Thu, Oct 16, 2008 at 12:05 PM, nwhite <[EMAIL PROTECTED]> wrote:

> Yeah... it probably should be. Class.Mutators aren't documented at all.
>
> As a generally rule all Class.Mutators can only be used once within a
> class. The is because once a Mutator is called, the property (Mutator) is
> removed from the class/object.
>

This is not the reason. If you write a literal expression like this

{
 Implements: 'something',
 Implements: 'something-else'
}

It results in an object {
 Implements: 'something-else'
}

So, only one property is parsed and deleted.

-- 
Guillermo Rauch
http://devthought.com

Reply via email to