Skip to content

Commit

Permalink
Merge pull request #972 from gaearon/constructor-register
Browse files Browse the repository at this point in the history
need moar this
  • Loading branch information
theKashey authored May 12, 2018
2 parents b38d7b3 + a440b6d commit 973a0e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/proxy/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ function inject(target, currentGeneration, injectedMembers) {
var _this = this; // common babel transpile
var _this2 = this; // common babel transpile
var _this3 = this; // common babel transpile
var _this4 = this; // common babel transpile
var _this5 = this; // common babel transpile
var _this6 = this; // common babel transpile
return ${injectedMembers[key]};
}).call(this)`,
)
Expand Down

0 comments on commit 973a0e0

Please sign in to comment.