Skip to content

Commit df9cd46

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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;
47+
function Proxy( target ) {
48+
// eslint-disable-next-line no-warning-comments
49+
// TODO: polyfill implementation
50+
return target;
5151

52-
// eslint-disable-line
52+
// eslint-disable-line
5353
}
5454

5555

0 commit comments

Comments
 (0)