remove *private* statements from nd comments

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3620 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-06 17:38:20 +00:00
parent b3e847300e
commit a74a9bd49f
7 changed files with 20 additions and 24 deletions

View File

@@ -19,20 +19,20 @@ OpenLayers.Handler.MOD_ALT = 4;
OpenLayers.Handler.prototype = {
/**
* Property: id
* *Private*. {String}
* {String}
*/
id: null,
/**
* Property: control
* *Private*. {<OpenLayers.Control>}. The control that initialized this
* {<OpenLayers.Control>}. The control that initialized this
* handler.
*/
control: null,
/**
* Property: map
* *Private*. {<OpenLayers.Map>}
* {<OpenLayers.Map>}
*/
map: null,
@@ -44,7 +44,7 @@ OpenLayers.Handler.prototype = {
/**
* Property: active
* *Private*. {Boolean}
* {Boolean}
*/
active: false,