Removed unnecessary map._update() call

This commit is contained in:
Mihai Varga 2015-03-30 19:22:17 +03:00
parent 04403ff782
commit c22280f47c

View file

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