https://bugzilla.wikimedia.org/show_bug.cgi?id=62405
--- Comment #1 from Krinkle <[email protected]> --- Ah, of course. Though "super" allows avoiding harcoding of the parent's class name, it does require you to reference the "current" class name as it otherwise will indeed never resolve. Proper syntax is: > function Person() { > Person.super.apply( this, arguments ); > } -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
