refactor Infobox (own module)
This commit is contained in:
parent
648a8336d7
commit
5fb3cf5d20
6 changed files with 312 additions and 313 deletions
|
|
@ -55,7 +55,7 @@ define(function () {
|
|||
|
||||
var groupOnline, group
|
||||
|
||||
return function (sidebar) {
|
||||
return function (sidebar, gotoAnything) {
|
||||
var self = this
|
||||
|
||||
var el = document.createElement("div")
|
||||
|
|
@ -76,7 +76,7 @@ define(function () {
|
|||
var nodeDict = {}
|
||||
var linkDict = {}
|
||||
|
||||
self.setData = function (linkScale, sidebar, now, newnodes, lostnodes, onlinenodes, links, gotoAnything) {
|
||||
self.setData = function (linkScale, sidebar, now, newnodes, lostnodes, onlinenodes, links) {
|
||||
nodeDict = {}
|
||||
linkDict = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue