Remove unnecessary comment.

This commit is contained in:
jacobtoye 2012-08-17 16:27:10 +12:00
parent 74f0d5fe95
commit 2f4275fdd8

View File

@ -170,7 +170,6 @@ L.Marker = L.Class.extend({
this._zIndex = pos.y + this.options.zIndexOffset;
// Update the icons z-index. If icon has been brought to the front then make sure to bring forward again
this._updateZIndex();
},