fix wrong native function called introduced during refactor

This commit is contained in:
KtorZ 2017-06-29 17:05:32 +02:00
parent aa6595d33f
commit a955d2cfb2
No known key found for this signature in database
GPG Key ID: 3F72E8BC2894C015

View File

@ -11,7 +11,7 @@ const noOp = function noOp() {
};
const noOp2 = function noOp2() {
return exports.noOp;
return noOp;
};