The barest of docs for the Google constructor.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6442 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-03-06 04:58:46 +00:00
parent 23a1ce7729
commit e4b7c6de53
+3 -2
View File
@@ -80,8 +80,9 @@ OpenLayers.Layer.Google = OpenLayers.Class(
* Constructor: OpenLayers.Layer.Google * Constructor: OpenLayers.Layer.Google
* *
* Parameters: * Parameters:
* name - {String} * name - {String} A name for the layer.
* options - {Object} * options - {Object} An optional object whose properties will be set
* on the layer.
*/ */
initialize: function(name, options) { initialize: function(name, options) {
OpenLayers.Layer.EventPane.prototype.initialize.apply(this, arguments); OpenLayers.Layer.EventPane.prototype.initialize.apply(this, arguments);