Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Oct 18, 2023
1 parent 9416253 commit 831f07b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ var $;
return new $mol_span(uri, source, 1, 1, 0);
}
static end(uri, source) {
return new $mol_span(uri, source, 1, source.length + 1, length);
return new $mol_span(uri, source, 1, source.length + 1, 0);
}
static entire(uri, source) {
return new $mol_span(uri, source, 1, 1, source.length);
Expand Down
2 changes: 1 addition & 1 deletion node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ var $;
return new $mol_span(uri, source, 1, 1, 0);
}
static end(uri, source) {
return new $mol_span(uri, source, 1, source.length + 1, length);
return new $mol_span(uri, source, 1, source.length + 1, 0);
}
static entire(uri, source) {
return new $mol_span(uri, source, 1, 1, source.length);
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

0 comments on commit 831f07b

Please sign in to comment.