loleaflet: created a general toolbar methods handler
This commit is contained in:
parent
aad12a8f2b
commit
95463adc44
2 changed files with 4 additions and 4 deletions
|
@ -343,9 +343,9 @@ var deps = {
|
|||
desc: 'Permission change handler (edit, view, readonly).'
|
||||
},
|
||||
|
||||
Buttons: {
|
||||
src: ['control/Buttons.js'],
|
||||
desc: 'Toolbar buttons handler.'
|
||||
Toolbar: {
|
||||
src: ['control/Toolbar.js'],
|
||||
desc: 'Toolbar handler.'
|
||||
},
|
||||
|
||||
Parts: {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Toolbar buttons handler
|
||||
* Toolbar handler
|
||||
*/
|
||||
L.Map.include({
|
||||
toggleCommandState: function (unoState) {
|
Loading…
Reference in a new issue