more refactoring

This commit is contained in:
Nils Schneider 2015-03-25 16:36:24 +01:00
commit a2669373a0
2 changed files with 6 additions and 6 deletions

View file

@ -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 = {}