mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-25 22:55:49 +00:00
Cleanup
This commit is contained in:
@@ -156,7 +156,7 @@ SerializedObject.prototype.to_json = function() {
|
||||
var output = { };
|
||||
|
||||
while (this.pointer < this.buffer.length) {
|
||||
var key_and_value = stypes.parse_whatever(this);
|
||||
var key_and_value = stypes.parse(this);
|
||||
var key = key_and_value[0];
|
||||
var value = key_and_value[1];
|
||||
output[key] = SerializedObject.jsonify_structure(value, key);
|
||||
|
||||
Reference in New Issue
Block a user