Subj : Re: Retaining property order in Rhino To : netscape.public.mozilla.jseng From : Larry Blair Date : Wed Apr 30 2003 09:36 am Igor Bukanov wrote: > In principle as a workaround it should be possible to create a subclass > of ScriptableObject that uses a linear search to look for properties but > the longer term solution would be to fix the application. I'm curious how subclassing would work. If I have "var x={a:b, c:d};" how can I make "x" be a MyScriptableObject instead of a ScriptableObject. .