Skip to content

Commit

Permalink
Merge branch 'dev' into proof-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 19, 2023
2 parents 86e0a37 + 706cdd7 commit a6aed44
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 2 deletions.
4 changes: 4 additions & 0 deletions corsscripts/stackjsxgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ export const stack_jxg = {
} else {
objectinput[object.id] = [input];
}
if (!(input in serializers)) {
/* If someone does registrations before other bindings to that input. */
_commonsetup(input);
}
serializers[input][object.id] = serializer;

registerobject(object);
Expand Down
2 changes: 1 addition & 1 deletion corsscripts/stackjsxgraph.min.js

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

Loading

0 comments on commit a6aed44

Please sign in to comment.