Greetings All,
I''ve got a problem in IE7. It''s throwing an "Object
expected" error
when I try to use the new operator to instantiate an object created
with Class.create() in Prototype 1.6.0. The code for the object is
here: http://pastie.caboo.se/142561.txt. It''s an in-house dialog-like
class.
I pasted the example code for Class.create() from the API (http://
prototypejs.org/api/class/create) into a document for IE7 and it
worked (mostly) so I know the new operator should be working for
Class.create() style objects, which leads me to believe that there''s
probably a problem in the object''s code somewhere. Any help would be
greatly appreciated since the debugger isn''t advancing past the line
where I instantiate the object in order to allow be to try and track
down the problem.
Thanks,
David Kees
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---