Update utils_misc.js

This commit is contained in:
Hobadee 2013-04-11 13:15:43 -07:00
parent c28cf395b7
commit 3d61ee3884

View File

@ -1,7 +1,10 @@
// UTILS + MISC ///////////////////////////////////////////////////////
window.aboutIITC = function(){
alert("About IITC");
}
window.layerGroupLength = function(layerGroup) {
var layersCount = 0;
var layers = layerGroup._layers;