Browse Source

family friendly

v3_develop
oliver 10 years ago
parent
commit
f5d15cd58b
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      dist/vis.js
  2. +2
    -2
      src/graph/graphMixins/SectorsMixin.js

+ 2
- 2
dist/vis.js View File

@ -13661,7 +13661,7 @@ var SectorMixin = {
// console.log("the node is part of the active sector");
// }
// else {
// console.log("I dont know what the fuck happened!!");
// console.log("I dont know what happened!!");
// }
// when we switch to a new sector, we remove the node that will be expanded from the current nodes list.
@ -23096,4 +23096,4 @@ module.exports = mousetrap;
},{}]},{},[1])
(1)
});
});

+ 2
- 2
src/graph/graphMixins/SectorsMixin.js View File

@ -286,7 +286,7 @@ var SectorMixin = {
// console.log("the node is part of the active sector");
// }
// else {
// console.log("I dont know what the fuck happened!!");
// console.log("I dont know what happened!!");
// }
// when we switch to a new sector, we remove the node that will be expanded from the current nodes list.
@ -549,4 +549,4 @@ var SectorMixin = {
this._drawSectorNodes(ctx,"active");
this._loadLatestSector();
}
};
};

Loading…
Cancel
Save