From 2780ed6c6d6804d7b78420a75ad8394ff0f7b70c Mon Sep 17 00:00:00 2001 From: "a.lubchuk" Date: Fri, 26 Jul 2013 16:28:51 +0300 Subject: [PATCH] add CircleMarker as dependency of GeoJSON --- build/deps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' },