Fixed typos
FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
dfb2e50740
commit
3d2c41cc70
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue