|
@@ -749,7 +749,10 @@ us.updatecscl = function (messageInfo, classId, ty) {
|
|
_obj.backgroundUrl = messageInfo.backgroundUrl;
|
|
_obj.backgroundUrl = messageInfo.backgroundUrl;
|
|
_obj.edges = _obj.edges || [];
|
|
_obj.edges = _obj.edges || [];
|
|
_obj.nodes = _obj.nodes || [];
|
|
_obj.nodes = _obj.nodes || [];
|
|
-
|
|
|
|
|
|
+ console.log("------------s------------");
|
|
|
|
+ console.log(messageInfo);
|
|
|
|
+ console.log(_obj);
|
|
|
|
+ console.log(ty);
|
|
for (j = 0; j < messageInfo.edges.length; j++) {
|
|
for (j = 0; j < messageInfo.edges.length; j++) {
|
|
_is = true;
|
|
_is = true;
|
|
for (i = 0; i < _obj.edges.length; i++) {
|
|
for (i = 0; i < _obj.edges.length; i++) {
|
|
@@ -768,10 +771,6 @@ us.updatecscl = function (messageInfo, classId, ty) {
|
|
_obj.edges.push(messageInfo.edges[j])
|
|
_obj.edges.push(messageInfo.edges[j])
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- console.log("------------s------------");
|
|
|
|
- console.log(messageInfo.nodes);
|
|
|
|
- console.log(_obj.nodes);
|
|
|
|
- console.log(ty);
|
|
|
|
for (j = 0; j < messageInfo.nodes.length; j++) {
|
|
for (j = 0; j < messageInfo.nodes.length; j++) {
|
|
_is = true;
|
|
_is = true;
|
|
for (i = 0; i < _obj.nodes.length; i++) {
|
|
for (i = 0; i < _obj.nodes.length; i++) {
|