[ka-Map-users] kaMap.resize()

Matthew Ross mross at where2getit.com
Wed Jan 4 17:39:46 EST 2006


I noticed that the resize method in the kaMap object is calling  
getLayers on map even though map is not declared or initialized.

var layers =map.getLayers();

Shouldn't this be:

var oMap = this.getCurrentMap();
var layers = oMap.getLayers();


More information about the ka-Map-users mailing list