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
+16
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
|
||||
System.register(["./funcs"], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var Polygrafill;
|
||||
return {
|
||||
setters: [function (_funcs) {
|
||||
Polygrafill = _funcs;
|
||||
}],
|
||||
execute: function () {
|
||||
_export("Polygrafill", Polygrafill);
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user