removed unneeded control constants

This commit is contained in:
mourner 2012-02-14 11:42:01 +02:00
parent 2d8029e436
commit 7435d2ac09
3 changed files with 1 additions and 13 deletions

6
dist/leaflet-src.js vendored
View File

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

File diff suppressed because one or more lines are too long

View File

@ -22,9 +22,3 @@ L.Control = L.Class.extend({
}
});
L.Control.Position = {
TOP_LEFT: 'topleft',
TOP_RIGHT: 'topright',
BOTTOM_LEFT: 'bottomleft',
BOTTOM_RIGHT: 'bottomright'
};