Is this permitted syntax in a constructor:

   super.apply(this, arguments);

for the case where I want to pass all my arguments to my superclass  
constructor?  If not, how does one do that, especially if the  
constructor I am calling from takes a ...rest arg?
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to