Hello!
The problem seems to be that you aren't binding your
Good luck!
The problem seems to be that you aren't binding your
Run
function to a DVC
instance. Consider defining it as follows:var DVC = function(tag) { //...this.Run = this.RunMethod.bind(this); }; DVC.prototype.RunMethod = function() { //... };