Fix some problems in the documentation.
This commit is contained in:
@@ -72,7 +72,7 @@ OpenLayers.Format.Text = OpenLayers.Class(OpenLayers.Format, {
|
||||
* text - {String}
|
||||
*
|
||||
* Returns:
|
||||
* An Array of <OpenLayers.Feature.Vector>s
|
||||
* Array({<OpenLayers.Feature.Vector>})
|
||||
*/
|
||||
read: function(text) {
|
||||
var lines = text.split('\n');
|
||||
|
||||
Reference in New Issue
Block a user