After #829 fallThrough needs to be true for this test
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
function test_callbacks(t) {
|
function test_callbacks(t) {
|
||||||
t.plan(32);
|
t.plan(32);
|
||||||
|
|
||||||
var map = new OpenLayers.Map('map', {controls: []});
|
var map = new OpenLayers.Map('map', {controls: [], fallThrough: true});
|
||||||
|
|
||||||
var control = new OpenLayers.Control();
|
var control = new OpenLayers.Control();
|
||||||
map.addControl(control);
|
map.addControl(control);
|
||||||
|
|||||||
Reference in New Issue
Block a user