Skip to content

Commit 135d208

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@
4242
* p.a = 3.14;
4343
*
4444
* var x = p.a;
45-
// eslint-disable-next-line stdlib/jsdoc-doctest
4645
* // returns 6.28
4746
*/
48-
49-
function Proxy( target ) {
47+
function Proxy( target, handlers ) { // Updated to include handlers
5048
// eslint-disable-next-line no-warning-comments
5149
// TODO: polyfill implementation
5250
return target;

0 commit comments

Comments
 (0)