Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update schedule.js
  • Loading branch information
benjamingr committed Jul 30, 2019
1 parent b9037b3 commit 6796d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schedule.js
Expand Up @@ -9,7 +9,7 @@ var NativePromise = util.getNativePromise();
// async task scheduling across target platforms. Note that not all JS target
// platforms come supported. The scheduler is overridable with `setScheduler`.

// Our scheduler for NodeJS/io.js is setImmediate for recent
// Our scheduler for Node.js/io.js is setImmediate for recent
// versions of node because of macrotask semantics.
// The `typeof` check is for an edge case with nw.js.
if (util.isNode && typeof MutationObserver === "undefined") {
Expand Down

0 comments on commit 6796d23

Please sign in to comment.