Skip to content

Commit 5a26f5d

Browse files
authored
Remove uneeded quotes and out-of-date comment. NFC (#20641)
1 parent 898e9bb commit 5a26f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,8 +2385,8 @@ addToLibrary({
23852385
#endif
23862386
);`,
23872387
#else
2388-
// Modern environment where performance.now() is supported: (rely on minifier to return true unconditionally from this function)
2389-
$nowIsMonotonic: 'true;',
2388+
// Modern environment where performance.now() is supported
2389+
$nowIsMonotonic: 1,
23902390
#endif
23912391

23922392
_emscripten_get_now_is_monotonic__internal: true,

0 commit comments

Comments
 (0)