summaryrefslogtreecommitdiff
path: root/loleaflet/build
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-07-08 09:22:27 +0300
committerMihai Varga <mihai.varga@collabora.com>2015-07-08 09:22:27 +0300
commitf374079d1a7e803bccca44de1f09785b23faeabc (patch)
treecaad6233dcc85ba40f803a285f753b7ea1570492 /loleaflet/build
parent104931362e0eea5b52eaea7dc5330e91474e7815 (diff)
loleaflet: toolbar control integration
Diffstat (limited to 'loleaflet/build')
-rw-r--r--loleaflet/build/deps.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/loleaflet/build/deps.js b/loleaflet/build/deps.js
index ec73c3ed6..ec2dbe318 100644
--- a/loleaflet/build/deps.js
+++ b/loleaflet/build/deps.js
@@ -228,6 +228,13 @@ var deps = {
desc: 'Switches from viewing to editing mode and backwards'
},
+ ControlButtons: {
+ src: ['control/Control.js',
+ 'control/Control.Buttons.js'],
+ heading: 'Buttons',
+ desc: 'Handles buttons from the toolbar'
+ },
+
ControlStatusIndicator: {
src: ['control/Control.js',
'control/Control.StatusIndicator.js'],