fix broken test_Handler -- stray try {} statement, presumably from debugging.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5898 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-01-25 23:28:26 +00:00
parent a68492e003
commit fd321883a8
-1
View File
@@ -90,7 +90,6 @@
handler.activate(); handler.activate();
map.events.unregister = function(type, obj, func) { map.events.unregister = function(type, obj, func) {
try {
var r = func(); var r = func();
if(typeof r == "string") { if(typeof r == "string") {
// this is one of the mock handler methods // this is one of the mock handler methods