Hey Tobie,
thats it!

I wrote a js lib on my own and did what you name:
<snip>
Object.prototype.extend = function(object) {
        return Object.extend.apply(this, [this, object]);
}
<snip>

to do things like:
this.options = { a:b}.extend (options|| {});

So I need to find s.th., to get around ;o0

thanks for your patience!
br
Bastian



On 10/4/07, Tobie Langel <[EMAIL PROTECTED]> wrote:
>
> Sorry, that's just a regular issue people encounter.
>
> Your issue is probably due to using a library (json.js, maybe) that
> extends Object.prototype.
>
> Regards,
>
> Tobie
>
>
> >
>


-- 
--
spread the word ... see  www.browsehappy.com ;o)

Calvin: Weekends don't count unless you spend them doing something
completely pointless.

Join the Greater IBM  Connection (http://www.xing.com/premiumgroup-6291.d26b7d)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to