mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
fix: remove messages 'Using strings as events are deprecated'
This commit is contained in:
Vendored
+29
@@ -0,0 +1,29 @@
|
||||
"use strict";
|
||||
|
||||
System.register([], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var graphHover, graphHoverClear;
|
||||
|
||||
function fallbackToStringEvents() {
|
||||
_export("graphHover", graphHover = 'graph-hover');
|
||||
|
||||
_export("graphHoverClear", graphHoverClear = 'graph-hover-clear');
|
||||
}
|
||||
|
||||
_export("fallbackToStringEvents", fallbackToStringEvents);
|
||||
|
||||
return {
|
||||
setters: [],
|
||||
execute: function () {
|
||||
_export("graphHover", graphHover = {
|
||||
name: 'graph-hover'
|
||||
});
|
||||
|
||||
_export("graphHoverClear", graphHoverClear = {
|
||||
name: 'graph-hover-clear'
|
||||
});
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=events.js.map
|
||||
Reference in New Issue
Block a user