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}
|
||||
*
|
||||
* Returns:
|
||||
* Array(<OpenLayers.Feature.Vector>)
|
||||
* Array({<OpenLayers.Feature.Vector>})
|
||||
*/
|
||||
read: function(doc) {
|
||||
if (typeof doc == "string") {
|
||||
|
||||
@@ -423,8 +423,8 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, {
|
||||
* options - {Object} options for this renderer.
|
||||
*
|
||||
* Supported options are:
|
||||
* * yOrdering - {Boolean} Whether to use y-ordering
|
||||
* * zIndexing - {Boolean} Whether to use z-indexing. Will be ignored
|
||||
* yOrdering - {Boolean} Whether to use y-ordering
|
||||
* zIndexing - {Boolean} Whether to use z-indexing. Will be ignored
|
||||
* if yOrdering is set to true.
|
||||
*/
|
||||
initialize: function(containerID, options) {
|
||||
|
||||
Reference in New Issue
Block a user