- Linting (JSDoc): Reenable jsdoc/valid-jsdoc as fixed; notes re: valid-jsdoc replacement; use same namepath
- npm: Update devDep
This commit is contained in:
8
dist/extensions/ext-mathjax.js
vendored
8
dist/extensions/ext-mathjax.js
vendored
@@ -41,7 +41,7 @@ var svgEditorExtension_mathjax = (function () {
|
||||
* Add any of the whitelisted attributes to the script tag.
|
||||
* @param {HTMLScriptElement} script
|
||||
* @param {PlainObject.<string, string>} atts
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ var svgEditorExtension_mathjax = (function () {
|
||||
var script = document.createElement('script');
|
||||
/**
|
||||
*
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
|
||||
function scriptOnError() {
|
||||
@@ -76,7 +76,7 @@ var svgEditorExtension_mathjax = (function () {
|
||||
}
|
||||
/**
|
||||
*
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
|
||||
|
||||
@@ -214,7 +214,7 @@ var svgEditorExtension_mathjax = (function () {
|
||||
});
|
||||
/**
|
||||
*
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
|
||||
buttons = [{
|
||||
|
||||
Reference in New Issue
Block a user