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:
euzuro
2007-07-06 19:46:19 +00:00
parent a14b5bdc7e
commit 208c3cd7e5
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ OpenLayers.Renderer.prototype =
* containerID - {<String>}
*/
initialize: function(containerID) {
this.container = $(containerID);
this.container = OpenLayers.Util.getElement(containerID);
},
/**