loleaflet: created a general toolbar methods handler

This commit is contained in:
Mihai Varga 2015-09-09 18:47:14 +03:00
parent aad12a8f2b
commit 95463adc44
2 changed files with 4 additions and 4 deletions

View file

@ -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: {

View file

@ -1,5 +1,5 @@
/*
* Toolbar buttons handler
* Toolbar handler
*/
L.Map.include({
toggleCommandState: function (unoState) {