[Pkg-javascript-commits] [leaflet-markercluster] 160/479: Fixed custom example; needed updated 'src' links
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 585ac5be6041e91e3b59a7a17fba8a755a10b2ce
Author: Ryan Murphy <rdmurphy at git>
Date: Fri Aug 10 11:37:53 2012 -0500
Fixed custom example; needed updated 'src' links
---
example/marker-clustering-custom.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/example/marker-clustering-custom.html b/example/marker-clustering-custom.html
index e461caf..43f743c 100644
--- a/example/marker-clustering-custom.html
+++ b/example/marker-clustering-custom.html
@@ -11,10 +11,10 @@
<link rel="stylesheet" href="../dist/MarkerCluster.css" />
- <script src="../src/MarkerClusterGroup.js"></script>
- <script src="../src/MarkerCluster.js"></script>
- <script src="../src/MarkerCluster.QuickHull.js"></script>
-
+ <link rel="stylesheet" href="../dist/MarkerCluster.Default.css" />
+ <!--[if lte IE 8]><link rel="stylesheet" href="../dist/MarkerCluster.Default.ie.css" /><![endif]-->
+ <script src="../dist/leaflet.markercluster-src.js"></script>
+
<style>
.mycluster {
width: 40px;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list