These two are reversed, aren't they? The const should have the getter rather than the value?

On 2009-03-30, at 22:41EDT, Mark S. Miller wrote:

       pubInstVar: {get: Object.freeze(function{return pubInstVar;}),
                    enumerable: true},
       pubInstConst: {value: pubInstConst,
                      enumerable: true}

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to