[ka-Map-dev] KAMAP_EXTENTS_CHANGED in kaMap.prototype.resize

David Leaver dave at smartrak.biz
Thu Mar 15 21:51:24 EST 2007


At the end of kaMap.prototype.resize we trigger KAMAP_EXTENTS_CHANGED 
twice, is there a reason for this?

kaMap.prototype.resize = function( ) {
*lots of code*
    this.triggerEvent( KAMAP_EXTENTS_CHANGED, this.getGeoExtents() );
    this.triggerEvent( KAMAP_EXTENTS_CHANGED, this.getGeoExtents() );
};


Dave.


More information about the ka-Map-dev mailing list