JavaScript se liga à função anônima

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