Skip to content

Commit b8c4077

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
*
2626
* @private
2727
* @param {Object} target - target object to wrap
28-
* @param {Object} handlers - object whose properties are functions defining proxy behavior
2928
* @returns {Object} proxied object
3029
*
3130
* @example
@@ -45,7 +44,7 @@
4544
* // eslint-disable-next-line stdlib/jsdoc-doctest
4645
* // returns 6.28
4746
*/
48-
function Proxy( target, handlers ) {
47+
function Proxy( target ) {
4948
// eslint-disable-next-line no-warning-comments
5049
// TODO: polyfill implementation
5150
return target;

0 commit comments

Comments
 (0)