- Refactoring: Reorder path config to group (non-modular-dependent) image
paths together (and correct code comment) - Docs: CHANGES clarifications/fixes - Docs: Migrations documents section - Docs: Add code comment re: use of `extIconsPath` in Mathjax - Docs: Add JSDoc indicate @this for `ExtensionInitResponse#callback` - Build: Update build files - npm: Bump to 3.1.0
This commit is contained in:
@@ -14297,6 +14297,7 @@
|
||||
|
||||
/**
|
||||
* @function module:svgcanvas.ExtensionInitResponse#callback
|
||||
* @this module:SVGEditor
|
||||
* @param {module:svgcanvas.SvgCanvas#event:ext-callback} arg
|
||||
* @returns {undefined}
|
||||
*/
|
||||
@@ -27727,17 +27728,17 @@
|
||||
no_save_warning: false,
|
||||
// PATH CONFIGURATION
|
||||
// The following path configuration items are disallowed in the URL (as should any future path configurations)
|
||||
imgPath: 'images/',
|
||||
langPath: 'locale/',
|
||||
// Default will be changed if this is a modular load
|
||||
// Default will be changed if this is a non-modular load
|
||||
extPath: 'extensions/',
|
||||
// Default will be changed if this is a modular load
|
||||
// Default will be changed if this is a non-modular load
|
||||
canvgPath: 'canvg/',
|
||||
// Default will be changed if this is a modular load
|
||||
// Default will be changed if this is a non-modular load
|
||||
jspdfPath: 'jspdf/',
|
||||
// Default will be changed if this is a modular load
|
||||
extIconsPath: 'extensions/',
|
||||
// Default will be changed if this is a non-modular load
|
||||
imgPath: 'images/',
|
||||
jGraduatePath: 'jgraduate/images/',
|
||||
extIconsPath: 'extensions/',
|
||||
// DOCUMENT PROPERTIES
|
||||
// Change the following to a preference (already in the Document Properties dialog)?
|
||||
dimensions: [640, 480],
|
||||
@@ -28278,7 +28279,7 @@
|
||||
// ways with other script resources
|
||||
|
||||
|
||||
['extPath', 'imgPath', 'extIconsPath', 'canvgPath', 'langPath', 'jGraduatePath', 'jspdfPath'].forEach(function (pathConfig) {
|
||||
['langPath', 'extPath', 'canvgPath', 'jspdfPath', 'imgPath', 'jGraduatePath', 'extIconsPath'].forEach(function (pathConfig) {
|
||||
if (urldata[pathConfig]) {
|
||||
delete urldata[pathConfig];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user