Skip to content

Commit 495b97b

Browse files
committed
Add comments requested by review
1 parent 5651923 commit 495b97b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/mjs/startup/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './hasown.js';
1+
import './hasown.js'; // Can be removed with ES2024 implementation of Object.hasown
22
import './lib/startup.js';
33

44
import {combineDefaults} from '#js/components/global.js';

ts/components/startup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ if (typeof MathJax._.startup === 'undefined') {
620620
typeset: true,
621621
ready: Startup.defaultReady.bind(Startup),
622622
pageReady: Startup.defaultPageReady.bind(Startup),
623-
polyfillHasOwn: true,
623+
polyfillHasOwn: true, // Can be removed with ES2024 implementation of Object.hasown
624624
});
625625
combineWithMathJax({
626626
startup: Startup,

0 commit comments

Comments
 (0)