mocking up map in a different way so tests won't break with the new
class-based cursors. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9273 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -333,7 +333,7 @@
|
|||||||
control.dragControl.map = {};
|
control.dragControl.map = {};
|
||||||
control.dragControl.map.div = {};
|
control.dragControl.map.div = {};
|
||||||
control.dragControl.map.div.style = {};
|
control.dragControl.map.div.style = {};
|
||||||
control.dragControl.map.div.cursor = "foo";
|
control.dragControl.map.viewPortDiv = "foo";
|
||||||
control.dragControl.handlers.drag.deactivate = function() {
|
control.dragControl.handlers.drag.deactivate = function() {
|
||||||
this.active = false;
|
this.active = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user