remove EmptyBounds

This commit is contained in:
Laura Klünder 2017-10-29 16:31:46 +01:00
parent 55f0f481fe
commit f29183b68a

View file

@ -372,12 +372,6 @@ c3nav = {
};
$(document).ready(c3nav.init);
EmptyBounds = {
extend: function (bounds) {
console.log(bounds);
return bounds;
}
};
LevelControl = L.Control.extend({
options: {