Skip to content

Commit ed0570c

Browse files
authored
Updated polyfill.js
Signed-off-by: Bhavishy Agrawal <[email protected]>
1 parent e7dccbd commit ed0570c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/node_modules/@stdlib/proxy/ctor/lib/polyfill.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
* var x = p.a;
4545
* // returns 3.14
4646
*/
47-
function Proxy( target ) {
48-
// eslint-disable-next-line no-warning-comments
49-
// TODO: polyfill implementation
50-
return target;
51-
52-
// eslint-disable-line
47+
function Proxy(target) {
48+
// eslint-disable-next-line no-warning-comments
49+
// TODO: polyfill implementation
50+
return target;
51+
52+
// eslint-disable-line
5353
}
5454

5555

0 commit comments

Comments
 (0)