OpenLayers OpenLayers

Changeset 6147

Show
Ignore:
Timestamp:
02/08/08 18:14:38 (1 year ago)
Author:
tschaub
Message:

Destroy toys when you're done playing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/test_Handler.html

    r6131 r6147  
    118118        t.ok(deactivated, 
    119119             "deactivated returns true if the handler is already active"); 
     120        map.destroy(); 
    120121         
    121122    }