fix: remove messages 'Using strings as events are deprecated'

This commit is contained in:
Ivan Mikheykin
2020-07-10 14:02:53 +03:00
parent 080f358e1b
commit 7817a3928a
30 changed files with 353 additions and 66 deletions
+16
View File
@@ -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