Fixed method call at DependencyComponentBase

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-09-06 13:17:22 +02:00
parent 8b1cce42bf
commit d4070a94ef

View file

@ -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);