Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into geogebra_stackjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 20, 2023
2 parents bfea9c6 + 706cdd7 commit 94ea3aa
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 94ea3aa

Please sign in to comment.