- l10n: Add zh-CN dist files
- Linting (ESLint): Add back `no-console`; while useful for debugging, could flag incomplete code (and was breaking at reporting of unused directives) - Docs (CHANGES): Add changes and apply more formal style - Build: Rebuild with updated Babel/Rollup - npm: Update devDeps
This commit is contained in:
12
dist/extensions/ext-mathjax.js
vendored
12
dist/extensions/ext-mathjax.js
vendored
@@ -309,9 +309,11 @@ var svgEditorExtension_mathjax = (function () {
|
||||
}, _callee, this, [[7, 13]]);
|
||||
}));
|
||||
|
||||
return function click() {
|
||||
function click() {
|
||||
return _click.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
|
||||
return click;
|
||||
}()
|
||||
}
|
||||
}];
|
||||
@@ -359,9 +361,11 @@ var svgEditorExtension_mathjax = (function () {
|
||||
}, _callee2, this);
|
||||
}));
|
||||
|
||||
return function init(_x) {
|
||||
function init(_x) {
|
||||
return _init.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
|
||||
return init;
|
||||
}()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user