After #829 fallThrough needs to be true for this test

This commit is contained in:
ahocevar
2013-01-15 13:41:26 +01:00
parent e6c264286a
commit fde7c5cc76

View File

@@ -97,7 +97,7 @@
function test_callbacks(t) {
t.plan(32);
var map = new OpenLayers.Map('map', {controls: []});
var map = new OpenLayers.Map('map', {controls: [], fallThrough: true});
var control = new OpenLayers.Control();
map.addControl(control);