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.
1 parent ed0570c commit df9cd46Copy full SHA for df9cd46
lib/node_modules/@stdlib/proxy/ctor/lib/polyfill.js
@@ -44,12 +44,12 @@
44
* var x = p.a;
45
* // returns 3.14
46
*/
47
-function Proxy(target) {
48
- // eslint-disable-next-line no-warning-comments
49
- // TODO: polyfill implementation
50
- return target;
+function Proxy( target ) {
+ // eslint-disable-next-line no-warning-comments
+ // TODO: polyfill implementation
+ return target;
51
52
- // eslint-disable-line
+ // eslint-disable-line
53
}
54
55
0 commit comments