bubble up more common functionality. no need for multiple accessors
git-svn-id: http://svn.openlayers.org/trunk/openlayers@167 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -40,13 +40,6 @@ OpenLayers.Tile.Image.prototype =
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* @type OpenLayers.Pixel
|
|
||||||
*/
|
|
||||||
getPosition: function() {
|
|
||||||
return this.position;
|
|
||||||
},
|
|
||||||
|
|
||||||
/** @final @type String */
|
/** @final @type String */
|
||||||
CLASS_NAME: "OpenLayers.Tile.Image"
|
CLASS_NAME: "OpenLayers.Tile.Image"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,13 +29,6 @@ OpenLayers.Tile.WFS.prototype =
|
|||||||
this.position = pixel;
|
this.position = pixel;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* @type OpenLayers.Pixel
|
|
||||||
*/
|
|
||||||
getPosition: function() {
|
|
||||||
return this.position;
|
|
||||||
},
|
|
||||||
|
|
||||||
/** @final @type String */
|
/** @final @type String */
|
||||||
CLASS_NAME: "OpenLayers.Tile.WFS"
|
CLASS_NAME: "OpenLayers.Tile.WFS"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user