- Linting: As per latest ash-nazg
- Docs: Add feature and PR templates - npm: Update devDeps.
This commit is contained in:
10
dist/extensions/ext-server_opensave.js
vendored
10
dist/extensions/ext-server_opensave.js
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user