Removed unnecessary map._update() call
This commit is contained in:
parent
04403ff782
commit
c22280f47c
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ L.TileLayer = L.GridLayer.extend({
|
|||
this._map.socket.send('load url=' + this.options.doc);
|
||||
this._map.socket.send('status');
|
||||
}
|
||||
this._update();
|
||||
},
|
||||
|
||||
setUrl: function (url, noRedraw) {
|
||||
|
|
Loading…
Reference in a new issue