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.
 
 

24 lines
628 B

'use strict';
System.register([], function (_export, _context) {
"use strict";
var pluginName, heatmapEditor, displayEditor;
return {
setters: [],
execute: function () {
_export('pluginName', pluginName = 'savantly-heatmap-panel');
_export('heatmapEditor', heatmapEditor = 'public/plugins/' + pluginName + '/heatmapEditor.html');
_export('displayEditor', displayEditor = 'public/plugins/' + pluginName + '/displayEditor.html');
_export('pluginName', pluginName);
_export('heatmapEditor', heatmapEditor);
_export('displayEditor', displayEditor);
}
};
});
//# sourceMappingURL=properties.js.map