comments and spacing

git-svn-id: http://svn.openlayers.org/trunk/openlayers@938 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-12 00:35:46 +00:00
parent 488b41a50b
commit 68e58ab679
+3
View File
@@ -1,6 +1,7 @@
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license. /* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full * See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
* text of the license. */ * text of the license. */
/** /**
* @class * @class
*/ */
@@ -19,6 +20,8 @@ OpenLayers.Control.prototype = {
/** /**
* @constructor * @constructor
*
* @param {Hash} options
*/ */
initialize: function (options) { initialize: function (options) {
Object.extend(this, options); Object.extend(this, options);