Removed erroneously commited alert-statements in tests.
This commit is contained in:
@@ -41,8 +41,6 @@ function test_ZoomIn_trigger (t) {
|
|||||||
}),
|
}),
|
||||||
oldZoom;
|
oldZoom;
|
||||||
|
|
||||||
alert(map.getZoom());
|
|
||||||
|
|
||||||
oldZoom = map.getZoom();
|
oldZoom = map.getZoom();
|
||||||
|
|
||||||
// tests
|
// tests
|
||||||
|
|||||||
@@ -41,8 +41,6 @@ function test_ZoomOut_trigger (t) {
|
|||||||
}),
|
}),
|
||||||
oldZoom;
|
oldZoom;
|
||||||
|
|
||||||
alert(map.getZoom());
|
|
||||||
|
|
||||||
oldZoom = map.getZoom();
|
oldZoom = map.getZoom();
|
||||||
|
|
||||||
// tests
|
// tests
|
||||||
|
|||||||
Reference in New Issue
Block a user