Skip to content

Commit 3b71ac6

Browse files
authored
Updated polyfill.js
Signed-off-by: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
1 parent 5b12782 commit 3b71ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
* var x = p.a;
4545
* // returns 6.28
4646
*/
47+
48+
// eslint-disable-next-line stdlib/jsdoc-doctest
4749
function Proxy( target ) {
4850
// eslint-disable-next-line no-warning-comments
4951
// TODO: polyfill implementation

0 commit comments

Comments
 (0)