To test real-life conditions, we cannot just use a bogus function to deactivate the control. (closes #1710)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7893 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2008-08-29 09:27:29 +00:00
parent 07ac8f322a
commit 8f1b84a8e1

View File

@@ -186,6 +186,7 @@
control.handlers.feature.deactivate = function() {
t.ok(true,
"control.deactivate calls deactivate on feature handler");
OpenLayers.Handler.Feature.prototype.deactivate.apply(this, arguments);
}
control.handlers.box.deactivate = function() {
t.ok(true,