- Linting: As per latest ash-nazg

- Docs: Add feature and PR templates
- npm: Update devDeps.
This commit is contained in:
Brett Zamir
2020-06-20 15:55:23 +08:00
parent b7e11f1bf8
commit ce2a8fb1e8
23 changed files with 3042 additions and 1108 deletions

View File

@@ -139,7 +139,7 @@ var svgEditorExtension_server_opensave = (function () {
function _createSuper(Derived) {
var hasNativeReflectConstruct = _isNativeReflectConstruct();
return function () {
return function _createSuperInternal() {
var Super = _getPrototypeOf(Derived),
result;
@@ -2025,13 +2025,13 @@ var svgEditorExtension_server_opensave = (function () {
}, {
key: "setContext",
value: function setContext(ctx) {} // OVERRIDE ME!
// base clear context
value: function setContext(ctx) {// OVERRIDE ME!
} // base clear context
}, {
key: "clearContext",
value: function clearContext(ctx) {} // OVERRIDE ME!
// base render children
value: function clearContext(ctx) {// OVERRIDE ME!
} // base render children
}, {
key: "renderChildren",