Some minor documentation adjustments.
This commit is contained in:
@@ -76,7 +76,7 @@ OpenLayers.Format.Atom = OpenLayers.Class(OpenLayers.Format.XML, {
|
|||||||
* doc - {Element} or {String}
|
* doc - {Element} or {String}
|
||||||
*
|
*
|
||||||
* Returns:
|
* Returns:
|
||||||
* Array(<OpenLayers.Feature.Vector>)
|
* Array({<OpenLayers.Feature.Vector>})
|
||||||
*/
|
*/
|
||||||
read: function(doc) {
|
read: function(doc) {
|
||||||
if (typeof doc == "string") {
|
if (typeof doc == "string") {
|
||||||
|
|||||||
@@ -423,8 +423,8 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, {
|
|||||||
* options - {Object} options for this renderer.
|
* options - {Object} options for this renderer.
|
||||||
*
|
*
|
||||||
* Supported options are:
|
* Supported options are:
|
||||||
* * yOrdering - {Boolean} Whether to use y-ordering
|
* yOrdering - {Boolean} Whether to use y-ordering
|
||||||
* * zIndexing - {Boolean} Whether to use z-indexing. Will be ignored
|
* zIndexing - {Boolean} Whether to use z-indexing. Will be ignored
|
||||||
* if yOrdering is set to true.
|
* if yOrdering is set to true.
|
||||||
*/
|
*/
|
||||||
initialize: function(containerID, options) {
|
initialize: function(containerID, options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user