diff --git a/build/deps.js b/build/deps.js index 2253b3cf..872466e9 100644 --- a/build/deps.js +++ b/build/deps.js @@ -151,7 +151,7 @@ var deps = { GeoJSON: { src: ['layer/GeoJSON.js'], - deps: ['Marker', 'MultiPoly', 'FeatureGroup'], + deps: ['CircleMarker', 'Marker', 'MultiPoly', 'FeatureGroup'], desc: 'GeoJSON layer, parses the data and adds corresponding layers above.' },