Fix panel rendering timeout

- minor code cleanups
This commit is contained in:
Ivan Mikheykin
2018-10-18 14:19:22 +03:00
parent 1f43ffe158
commit 5d7cf54348
7 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
'use strict';
System.register(['app/plugins/sdk', './color_legend', './status_heatmap_ctrl'], function (_export, _context) {
System.register(['app/plugins/sdk', './status_heatmap_ctrl'], function (_export, _context) {
"use strict";
var loadPluginCss, StatusHeatmapCtrl;
return {
setters: [function (_appPluginsSdk) {
loadPluginCss = _appPluginsSdk.loadPluginCss;
}, function (_color_legend) {}, function (_status_heatmap_ctrl) {
}, function (_status_heatmap_ctrl) {
StatusHeatmapCtrl = _status_heatmap_ctrl.StatusHeatmapCtrl;
}],
execute: function () {