function i()

in WebPortal/Scripts/speedtest.js [1050:1092]


  		 function i() {
  		        this.amount = 0;
  		        this.targetAmount = 0;
  		        this.velocity = 0;
  		        this.springConstant = 377;
  		        this.timeDelta = 1 / 60;
  		        this.value = [0, 1, 5, 10, 20, 30, 50, 75, 100];
  		        this.started = !0;
  		        this.pingCount = 5;
  		        this.bestPing = null;
  		        this.pingClient = null;
  		        this.downloadStartTime = null;
  		        this.downloadClient = null;
  		     //changed amount to data to download 204799;
  		        this.uploadSize = 54799;
  		        this.uploadStartTime = null;
  		        this.uploadClient = null;
  		        this.uploadContent = null;
  		        this.downloadUrl = "https://www.bing.com/speedtest/";
  		        this.uploadUrl = "https://www.bing.com/speedtestupload";
  		        this.pingTime = null;
  		        this.downloadSpeed = null;
  		        this.uploadSpeed = null;
  		        this.movingWindow = [];
  		        this.movingWindowSize = 50;
  		        this.movingWindowIndex = 0;
  		        this.useFullIndex = !1;
  		        this.currentSpeed = [];
  		        this.connection = 3;
  		        this.canvas = null;
  		        this.button = true;
  		        this.speed = null;
  		        this.unit = null;
  		        this.pingBox = null;
  		        this.pingValue = null;
  		        this.downloadBox = null;
  		        this.downloadValue = null;
  		        this.uploadBox = null;
  		        this.uploadValue = null;
  		        this.pingBar = null;
  		        this.bar = null;
  		        this.barFill = null
  		   }