- 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

@@ -30,7 +30,7 @@ svgEditor.addExtension('imagelib', function ({decode64}) {
const imgLibs = [
{
name: 'Demo library (local)',
url: svgEditor.curConfig.extPath +
url: svgEditor.curConfig.extIconsPath +
'imagelib/index' + (modularVersion ? '-es' : '') + '.html',
description: 'Demonstration library for SVG-edit on this server'
},