mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
fix: remove messages 'Using strings as events are deprecated'
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
|
||||
System.register(["./events", "./panelEvents"], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var CoreEvents, PanelEvents;
|
||||
return {
|
||||
setters: [function (_events) {
|
||||
CoreEvents = _events;
|
||||
}, function (_panelEvents) {
|
||||
PanelEvents = _panelEvents;
|
||||
}],
|
||||
execute: function () {
|
||||
_export("CoreEvents", CoreEvents);
|
||||
|
||||
_export("PanelEvents", PanelEvents);
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user