applying the context: suggested by nathan

This commit is contained in:
Klaus Leithoff 2013-04-09 14:26:06 +00:00
parent a1d90ea237
commit cd25f3e625

View File

@ -375,6 +375,7 @@ egwFnct.prototype.setValue = function(_value)
typeof window.app[parts[1]][parts[2]] == "function")
{
this.fnct = window.app[parts[1]][parts[2]];
this.context = window.app[parts[1]];
}
}
}