jshint happy

This commit is contained in:
danzel 2012-11-20 09:38:14 +13:00
parent 63ad64cb7a
commit 0033496b58

View File

@ -84,7 +84,7 @@ L.LayerGroup = L.Class.extend({
} }
}, },
setZIndex: function(zIndex) { setZIndex: function (zIndex) {
return this.invoke('setZIndex', zIndex); return this.invoke('setZIndex', zIndex);
} }
}); });