Displaying 1 result from an estimated 1 matches for "digview".
Did you mean:
dbgview
2008 Jun 03
3
Safari and Inheritance.
...issues
with Safari 3.X
var SipIxView = Class.create({
initialize: function()
{
}
});
var CdrView = Class.create(SipIxView,{
view: function()
{
}
});
I get the following error in Safari.
var cdrView = new CdrView();
TypeError: Value undefined (result of expression DigView) is not an
object. Cannot be used with new.
Javascript and Prototype GURUS out there , can any body help or Is
prototype not supported on Safari.
Thanks
Raj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby...