Skip to content

Commit f1e2e47

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

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
@@ -42,10 +42,10 @@
4242
* p.a = 3.14;
4343
*
4444
* var x = p.a;
45+
// eslint-disable-next-line stdlib/jsdoc-doctest
4546
* // returns 6.28
4647
*/
4748

48-
// eslint-disable-next-line stdlib/jsdoc-doctest
4949
function Proxy( target ) {
5050
// eslint-disable-next-line no-warning-comments
5151
// TODO: polyfill implementation

0 commit comments

Comments
 (0)