Changed super-widget-class for TaskContainerComponent

* Notice that instead of extending from zk.Widget we are extending from ganttz.TaskComponent as the behaviour (properties and methods) is the same

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-24 15:31:34 +02:00 committed by Óscar González Fernández
parent eb71ff6189
commit f28f3043e1

View file

@ -1,3 +1,3 @@
zk.$package("ganttz");
ganttz.TaskContainerComponent = zk.$extends(zk.Widget,{})
ganttz.TaskContainerComponent = zk.$extends(ganttz.TaskComponent,{})