Skip to content

Commit 3183974

Browse files
committed
[fix]: resolved lint error in javascript
1 parent b42d42e commit 3183974

File tree

2 files changed

+1
-161
lines changed

2 files changed

+1
-161
lines changed

lib/node_modules/@stdlib/utils/get-prototype-of/lib/polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
var nativeClass = require( '@stdlib/utils/native-class' );
2424
var getProto = require( './proto.js' );
25-
var Object = require( '@stdlib/utils/global-object' ).Object;
25+
var Object = require( '@stdlib/utils/global' ).Object;
2626

2727

2828
// MAIN //

lib/node_modules/@stdlib/utils/global-object/lib/main.js

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)