remove leftover code
This commit is contained in:
parent
8df10e8d94
commit
e72e2476f8
@ -27,10 +27,6 @@ L.Map = L.Class.extend({
|
||||
this._initLayout();
|
||||
this._initEvents();
|
||||
|
||||
if (L.DomEvent.enableTapHacks) {
|
||||
L.DomEvent.enableTapHacks(this._container);
|
||||
}
|
||||
|
||||
if (options.maxBounds) {
|
||||
this.setMaxBounds(options.maxBounds);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user