Updated leaflet to 0.4.4

This commit is contained in:
Dominik Moritz
2012-08-27 00:56:56 +01:00
parent 1bc5e72820
commit fb81d51bc6
12 changed files with 8072 additions and 23 deletions

View File

@@ -178,7 +178,7 @@ test('MapMenu', function () {
var _getFeaturesCount = function(features){
var cnt = 0;
features._iterateLayers(function(layer){
_.each(features._layers, function(layer) {
cnt++;
});
return cnt;