Some minor documentation adjustments.

This commit is contained in:
Xavier Mamano
2012-01-07 20:07:07 +01:00
parent b7dee9ca6d
commit 107edcf0e5
2 changed files with 3 additions and 3 deletions

View File

@@ -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") {

View File

@@ -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) {