Changeset 1972
- Timestamp:
- 03/16/10 15:29:08 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js
r1956 r1972 6 6 * of the license. 7 7 */ 8 Ext.namespace("GeoExt.plugins") 8 Ext.namespace("GeoExt.plugins"); 9 9 10 10 /** api: (define) … … 221 221 if(map && map.events && 222 222 control && control.events) { 223 control.destroy() 223 control.destroy(); 224 224 } 225 225