Skip to content

Commit 978501e

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

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
@@ -45,9 +45,7 @@
4545
* // eslint-disable-next-line stdlib/jsdoc-doctest
4646
* // returns 6.28
4747
*/
48-
49-
/** This is a description of the Proxy function. */
50-
function Proxy( target ) {
48+
function Proxy( target, handlers ) {
5149
// eslint-disable-next-line no-warning-comments
5250
// TODO: polyfill implementation
5351
return target;

0 commit comments

Comments
 (0)