Skip to content

Commit a092b94

Browse files
authored
Updated polyfill.js
Signed-off-by: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
1 parent 51620f6 commit a092b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
*/
4848

4949
// eslint-disable-next-line stdlib/jsdoc-doctest-marker
50-
// eslint-enable require-jsdoc
5150
function Proxy( target ) {
5251
// eslint-disable-next-line no-warning-comments
5352
// TODO: polyfill implementation
5453
return target;
54+
// eslint-enable require-jsdoc
5555
}
5656

5757

0 commit comments

Comments
 (0)