fix proeprty method assignment wrapper generator template
This commit is contained in:
parent
66a908aaa7
commit
3a5bd06a7e
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user