提交 527b716a 编写于 作者: L lihuang 提交者: Sebastian Florek

Update component.js (#2828)

上级 52e74c44
...@@ -177,7 +177,7 @@ export class GraphController { ...@@ -177,7 +177,7 @@ export class GraphController {
*/ */
let startChartUpdatePeriod = function(updatePeriod, timeBetweenUpdates) { let startChartUpdatePeriod = function(updatePeriod, timeBetweenUpdates) {
if (isUpdatingFunctionRunning) { if (isUpdatingFunctionRunning) {
// Don't start another updater oif updating funciton is already running // Don't start another updater oif updating function is already running
// just the prolong running time of currently running function to required value. // just the prolong running time of currently running function to required value.
updateUntil = new Date().valueOf() + updatePeriod; updateUntil = new Date().valueOf() + updatePeriod;
return; return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册