mtx: call TX.getJSON in MTX.toJSON. see #120.
This commit is contained in:
parent
6cca0aac1c
commit
33fbdff127
@ -1349,7 +1349,7 @@ MTX.prototype.format = function format() {
|
||||
*/
|
||||
|
||||
MTX.prototype.toJSON = function toJSON() {
|
||||
return TX.prototype.toJSON.call(this, null, this.view);
|
||||
return TX.prototype.getJSON.call(this, null, this.view);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user