Skip to content

Commit

Permalink
Remove uneeded quotes and out-of-date comment. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Nov 7, 2023
1 parent 6a2b0b6 commit 9c8ab08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -2385,8 +2385,8 @@ addToLibrary({
#endif
);`,
#else
// Modern environment where performance.now() is supported: (rely on minifier to return true unconditionally from this function)
$nowIsMonotonic: 'true;',
// Modern environment where performance.now() is supported
$nowIsMonotonic: 1,
#endif
_emscripten_get_now_is_monotonic__internal: true,
Expand Down

0 comments on commit 9c8ab08

Please sign in to comment.