add javascript vcl (vereign client library) to loleaflet
Change-Id: I59ef8f6c0d0f5caf02210b12d0d6957f1944fee8 Reviewed-on: https://gerrit.libreoffice.org/63151 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
parent
d8140d545b
commit
dbe7e34f89
3 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# We only directly edit toolbar.js in dist/
|
||||
**/js/w2ui-1.5.rc1.js
|
||||
**/src/unocommands.js
|
||||
**/src/vcl.js
|
||||
|
|
|
@ -4,6 +4,7 @@ var deps = {
|
|||
src: ['Leaflet.js',
|
||||
'errormessages.js',
|
||||
'unocommands.js',
|
||||
'vcl.js',
|
||||
'core/Log.js',
|
||||
'core/Util.js',
|
||||
'core/LOUtil.js',
|
||||
|
|
18
loleaflet/src/vcl.js
Normal file
18
loleaflet/src/vcl.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue