Fixing jshint error

This commit is contained in:
jacobtoye 2012-08-22 10:42:08 +12:00
parent 2f4275fdd8
commit ad4df84fdc

View File

@ -173,7 +173,7 @@ L.Marker = L.Class.extend({
this._updateZIndex();
},
_updateZIndex: function() {
_updateZIndex: function () {
var offset = this._broughtToFrontOffset || 0;
this._icon.style.zIndex = this._zIndex + offset;
},