Fixed typos

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-20 12:15:55 +02:00 committed by Óscar González Fernández
parent dfb2e50740
commit 3d2c41cc70
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ zk.$package("ganttz.resourceload");
ganttz.resourceload.ResourceLoadList = zk.$extends(zk.Widget,{
$init : function(){
this.$super('init');
this.$super('$init');
this.$class.setInstance(this);
}
},{ //Class stuff

View file

@ -1,6 +1,6 @@
function(out){
out.push('<div ' + this.domAttrs_(),
' class="resourceloadList"',
' class="resourceloadlist"',
' z.type="ganttz.resourceload.resourceloadlist.ResourceLoadList">');
for(var w = this.firstChild; w; w = w.nextSibling)
w.redraw(out);