fix for #772 - remove usage of deprecated
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3626 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -59,7 +59,7 @@ OpenLayers.Renderer.prototype =
|
||||
* containerID - {<String>}
|
||||
*/
|
||||
initialize: function(containerID) {
|
||||
this.container = $(containerID);
|
||||
this.container = OpenLayers.Util.getElement(containerID);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user