Default examples should work in IE

This commit is contained in:
danzel
2012-07-24 14:58:21 +12:00
parent 9630bbd1f1
commit 184a919fec
3 changed files with 3 additions and 5 deletions

View File

@@ -56,8 +56,6 @@
var polygon;
markers.on('clustermouseover', function (a) {
console.log('cluster ' + a.layer.getAllChildMarkers().length);
if (polygon) {
map.removeLayer(polygon);
}