Skip to content

Commit cdb218e

Browse files
topelinuxsaghul
authored andcommitted
core: fix timers typo
1 parent 11275d3 commit cdb218e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bundles/c/core/polyfills.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -28244,7 +28244,7 @@ const uint8_t tjs__polyfills[234111] = {
2824428244
0x00, 0x00, 0x38, 0x8a, 0x00, 0x00, 0x00, 0x5e,
2824528245
0x1d, 0x00, 0x41, 0x32, 0x09, 0x00, 0x00, 0x43,
2824628246
0x32, 0x09, 0x00, 0x00, 0x38, 0x8a, 0x00, 0x00,
28247-
0x00, 0x5e, 0x1d, 0x00, 0x41, 0x32, 0x09, 0x00,
28247+
0x00, 0x5e, 0x1d, 0x00, 0x41, 0x33, 0x09, 0x00,
2824828248
0x00, 0x43, 0x33, 0x09, 0x00, 0x00, 0x0b, 0xb4,
2824928249
0x4c, 0x34, 0x09, 0x00, 0x00, 0xb6, 0x4c, 0x35,
2825028250
0x09, 0x00, 0x00, 0xb7, 0x4c, 0x36, 0x09, 0x00,

src/js/polyfills/timers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ globalThis.setTimeout = core.setTimeout;
44
globalThis.clearTimeout = core.clearTimeout;
55

66
globalThis.setInterval = core.setInterval;
7-
globalThis.clearInterval = core.setInterval;
7+
globalThis.clearInterval = core.clearInterval;

0 commit comments

Comments
 (0)