We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fc4e64 + 8491329 commit 7870a40Copy full SHA for 7870a40
interfaceWrapper/en/README.md
@@ -68,7 +68,7 @@ example:
68
Array.prototype.push.apply(args, arguments);
69
console.log('Call: ' + fnName);
70
console.dir(args);
71
- fn.apply(undefined, args);
+ return fn.apply(undefined, args);
72
}
73
74
```
interfaceWrapper/ru/README.md
@@ -67,7 +67,7 @@
67
0 commit comments