Changeset 1272

Show
Ignore:
Timestamp:
10/31/08 14:42:10 (2 months ago)
Author:
alex
Message:

fixed incorrect method name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/camptocamp/MapFishAeai/client/mfbase/mapfish/widgets/recenter/Base.js

    r1261 r1272  
    166166        if (this.showCenter) { 
    167167            // display a symbol on the new center point 
    168             this.showCenter(x, y); 
     168            this.showCenterMark(x, y); 
    169169        } 
    170170         
     
    190190 
    191191    /** 
    192      * Method: showCenter 
     192     * Method: showCenterMark 
    193193     * Materializes new center with a cross 
    194194     * 
     
    197197     * {Float} - northing coordinate 
    198198     */ 
    199     showCenter: function(x, y) { 
     199    showCenterMark: function(x, y) { 
    200200        this.prepareVectorLayer(); 
    201201