What version of IE is that? I’ve
never seen that error with the rc versions of prototype, and I’ve tested
in IE 5, 5.5, and 6.0. I checked my source and it has var Hash = {…}; in
it. And I just loaded a page that uses it in IE without an error. So, I’m
guessing that that is not the issue at all. Greg From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Ryan Gahl Well the prototype readme’s state
it’s targeting for IE also.. so this is a bug I think should be
fixed. The next guy might not be able to find the problem as quickly as I
did… Changing the var = Hash part to var =
$Hash worked… but I’m wondering if it should be something like the
following… (correct me if my thinking is wrong here)… if (!Hash.prototype)
Hash = Class.create(); Object.extend(Hash.prototype,
{…insert all the Hash definition stuff here…}); From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Zachariassen Krog
Yeah! ...either that or Safari... :-) The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. |
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs