[Pkg-javascript-commits] [leaflet] 19/301: add CircleMarker as dependency of GeoJSON
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 2780ed6c6d6804d7b78420a75ad8394ff0f7b70c
Author: a.lubchuk <a.lubchuk at 2gis.kiev.ua>
Date: Fri Jul 26 16:28:51 2013 +0300
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 2253b3c..872466e 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.'
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list