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