Fixed method call at DependencyComponentBase
FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
8b1cce42bf
commit
d4070a94ef
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ ganttz.DependencyComponentBase = zk.$extends(zk.Widget,{
|
|||
},
|
||||
draw : function(){throw "draw method must be overwriten by extending classes"},
|
||||
drawArrow_ : function(coordOrig, coordDest){
|
||||
switch(this.getDependencyType)
|
||||
switch(this.getDependencyType())
|
||||
{
|
||||
case this.$class.START_START:
|
||||
this._drawArrowStartStart(coordOrig, coordDest);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue