JavaScript связывайте это с анонимной функцией

aFunctionWithCallback(this.id, function(data) {
  console.log(this);
}.bind(this));
Stormy Seal