From bde60b6851e8298de3fccc75c7d81562154f280d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 8 Feb 2008 23:14:38 +0000 Subject: [PATCH] Destroy toys when you're done playing. git-svn-id: http://svn.openlayers.org/trunk/openlayers@6147 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Handler.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_Handler.html b/tests/test_Handler.html index c42d1aac80..f89b12a48a 100644 --- a/tests/test_Handler.html +++ b/tests/test_Handler.html @@ -117,6 +117,7 @@ deactivated = handler.deactivate(); t.ok(deactivated, "deactivated returns true if the handler is already active"); + map.destroy(); }