- Docs (JSDoc)

- Fix regression (Imagelib): Fix path for non-module version
This commit is contained in:
Brett Zamir
2018-05-30 21:49:32 +08:00
parent d173df34d2
commit 8f53e34c0c
7 changed files with 52 additions and 28 deletions

View File

@@ -34,7 +34,7 @@
var imgLibs = [{
name: 'Demo library (local)',
url: svgEditor.curConfig.extPath + 'imagelib/index' + (modularVersion ? '-es' : '') + '.html',
url: svgEditor.curConfig.extIconsPath + 'imagelib/index' + (modularVersion ? '-es' : '') + '.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',