Skip to content

Commit cddf434

Browse files
committed
0.0.1
1 parent e5bf3f3 commit cddf434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/request-idle-callback.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
**/
1616

1717
// RIC and shim for browsers setTimeout() without it
18-
const requestIdleCallback = window.requestIdleCallback ||
18+
const requestIdleCallback = requestIdleCallback ||
1919
function (cb) {
2020
const start = Date.now();
2121
return setTimeout(function () {

0 commit comments

Comments
 (0)