diff options
Diffstat (limited to 'extlib/leaflet/src/control/Control.js')
-rw-r--r-- | extlib/leaflet/src/control/Control.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extlib/leaflet/src/control/Control.js b/extlib/leaflet/src/control/Control.js deleted file mode 100644 index a01c6807..00000000 --- a/extlib/leaflet/src/control/Control.js +++ /dev/null @@ -1,9 +0,0 @@ -
-L.Control = {};
-
-L.Control.Position = {
- TOP_LEFT: 'topLeft',
- TOP_RIGHT: 'topRight',
- BOTTOM_LEFT: 'bottomLeft',
- BOTTOM_RIGHT: 'bottomRight'
-};
\ No newline at end of file |