Simon: use objects instead of arrays in serialize.js
This commit is contained in:
parent
3742736363
commit
b0923f64a3
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ __Serializer.prototype.makeUpPrefix = function(uri) {
|
|||
// - do stuff about the docu first and then (or first) about its primary topic.
|
||||
|
||||
__Serializer.prototype.rootSubjects = function(sts) {
|
||||
var incoming = [];
|
||||
var subjects = [];
|
||||
var incoming = {};
|
||||
var subjects = {};
|
||||
var sz = this;
|
||||
var allBnodes = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue