Changeset 1972

Show
Ignore:
Timestamp:
03/16/10 15:29:08 (5 months ago)
Author:
fredj
Message:

add missing semicolon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js

    r1956 r1972  
    66 * of the license. 
    77 */ 
    8 Ext.namespace("GeoExt.plugins") 
     8Ext.namespace("GeoExt.plugins"); 
    99 
    1010/** api: (define) 
     
    221221        if(map && map.events && 
    222222           control && control.events) { 
    223             control.destroy() 
     223            control.destroy(); 
    224224        } 
    225225