create div on initialize
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1396 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -28,6 +28,7 @@ OpenLayers.Control.prototype = {
|
|||||||
*/
|
*/
|
||||||
initialize: function (options) {
|
initialize: function (options) {
|
||||||
Object.extend(this, options);
|
Object.extend(this, options);
|
||||||
|
this.div = OpenLayers.Util.createDiv();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -55,9 +56,6 @@ OpenLayers.Control.prototype = {
|
|||||||
* @type DOMElement
|
* @type DOMElement
|
||||||
*/
|
*/
|
||||||
draw: function (px) {
|
draw: function (px) {
|
||||||
if (this.div == null) {
|
|
||||||
this.div = OpenLayers.Util.createDiv();
|
|
||||||
}
|
|
||||||
if (px != null) {
|
if (px != null) {
|
||||||
this.position = px.clone();
|
this.position = px.clone();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user