diff --git a/spec/suites/layer/GeoJSONSpec.js b/spec/suites/layer/GeoJSONSpec.js index 84c9cf6a..b111ecc0 100644 --- a/spec/suites/layer/GeoJSONSpec.js +++ b/spec/suites/layer/GeoJSONSpec.js @@ -2,6 +2,7 @@ describe("L.GeoJSON", function () { describe("addData", function () { var geoJSON = { type: 'Feature', + properties: {}, geometry: { type: 'Point', coordinates: [20, 10]