You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
452 B
18 lines
452 B
'use strict';
|
|
|
|
System.register(['./properties', './heatmapControl'], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var pluginName, HeatmapCtrl;
|
|
return {
|
|
setters: [function (_properties) {
|
|
pluginName = _properties.pluginName;
|
|
}, function (_heatmapControl) {
|
|
HeatmapCtrl = _heatmapControl.HeatmapCtrl;
|
|
}],
|
|
execute: function () {
|
|
_export('PanelCtrl', HeatmapCtrl);
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=module.js.map
|
|
|