The code declaring the LzLoader class in legals starts like this


LzLoader = Class("LzLoader", null, function ( owner , args ){
    #pragma 'methodName=initialize'
    super.initialize(owner, args);

Is it necessary  for the initialize method to call super.initialize for a class with no superclass?




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to