Skip to content

Commit 7565976

Browse files
Merge branch 'master' of github.com:jsxgraph/JessieCode
2 parents 7a8cdf7 + a20a6ab commit 7565976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interpreter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ JXG.extend(JXG.JessieCode.prototype, /** @lends JXG.JessieCode.prototype */ {
698698
fun.toJS = fun.toString;
699699
fun.toString = (function (_that) {
700700
return function () {
701-
return _that.compile(_that.replaceIDs(Type.deepCopy(node)));
701+
return _that.compile(_that.replaceIDs(Type.deepCopy(node)), true);
702702
};
703703
}(this));
704704

0 commit comments

Comments
 (0)