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 e7dccbd commit ed0570cCopy full SHA for ed0570c
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;
51
-
52
- // eslint-disable-line
+function Proxy(target) {
+ // eslint-disable-next-line no-warning-comments
+ // TODO: polyfill implementation
+ return target;
+
+ // eslint-disable-line
53
}
54
55
0 commit comments