Fix typos in documentation strings.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3347 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -15,8 +15,8 @@ OpenLayers.Control.EditingToolbar.prototype =
|
||||
|
||||
/**
|
||||
* Create an editing toolbar for a given layer.
|
||||
* @param OpenLayers.Layer.Vector layer
|
||||
* @param Object options
|
||||
* @param {OpenLayers.Layer.Vector} layer
|
||||
* @param {Object} options
|
||||
*/
|
||||
initialize: function(layer, options) {
|
||||
OpenLayers.Control.Panel.prototype.initialize.apply(this, [options]);
|
||||
|
||||
Reference in New Issue
Block a user