mirror of
https://github.com/Leaflet/Leaflet.git
synced 2026-02-01 17:27:23 +00:00
removed unneeded control constants
This commit is contained in:
parent
2d8029e436
commit
7435d2ac09
6
dist/leaflet-src.js
vendored
6
dist/leaflet-src.js
vendored
@ -4783,12 +4783,6 @@ L.Control = L.Class.extend({
|
||||
}
|
||||
});
|
||||
|
||||
L.Control.Position = {
|
||||
TOP_LEFT: 'topleft',
|
||||
TOP_RIGHT: 'topright',
|
||||
BOTTOM_LEFT: 'bottomleft',
|
||||
BOTTOM_RIGHT: 'bottomright'
|
||||
};
|
||||
|
||||
|
||||
L.Map.include({
|
||||
|
||||
2
dist/leaflet.js
vendored
2
dist/leaflet.js
vendored
File diff suppressed because one or more lines are too long
@ -22,9 +22,3 @@ L.Control = L.Class.extend({
|
||||
}
|
||||
});
|
||||
|
||||
L.Control.Position = {
|
||||
TOP_LEFT: 'topleft',
|
||||
TOP_RIGHT: 'topright',
|
||||
BOTTOM_LEFT: 'bottomleft',
|
||||
BOTTOM_RIGHT: 'bottomright'
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user