> I question whether "new Class" makes sense as an equivalent to > "Class.create." The "new" keyword connotes an instance in JavaScript > -- with its own scope and method chain. Not all things being *created* > are instances.
That's a very valid point. It's unfotunately impossible to make a constructor for constructors in JS. So Class isn't a constructor here. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" 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/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
