fix proeprty method assignment wrapper generator template

This commit is contained in:
Sebastian McKenzie 2015-04-14 08:28:02 -07:00
parent 66a908aaa7
commit 3a5bd06a7e

View File

@ -1,6 +1,6 @@
(function (FUNCTION_KEY) {
function* FUNCTION_ID() {
return yield* FUNCTION_ID.apply(this, arguments);
return yield* FUNCTION_KEY.apply(this, arguments);
}
FUNCTION_ID.toString = function () {