replace tabs with spaces
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3672 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+25
-25
@@ -16,50 +16,50 @@ OpenLayers.Control.TYPE_TOOL = 3;
|
|||||||
OpenLayers.Control.prototype = {
|
OpenLayers.Control.prototype = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: id
|
* Property: id
|
||||||
* {String}
|
* {String}
|
||||||
*/
|
*/
|
||||||
id: null,
|
id: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: map
|
* Property: map
|
||||||
* {<OpenLayers.Map>} this gets set in the addControl() function in
|
* {<OpenLayers.Map>} this gets set in the addControl() function in
|
||||||
* OpenLayers.Map
|
* OpenLayers.Map
|
||||||
*/
|
*/
|
||||||
map: null,
|
map: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: div
|
* Property: div
|
||||||
* {DOMElement}
|
* {DOMElement}
|
||||||
*/
|
*/
|
||||||
div: null,
|
div: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: type
|
* Property: type
|
||||||
* {OpenLayers.Control.TYPES} Controls can have a 'type'. The type
|
* {OpenLayers.Control.TYPES} Controls can have a 'type'. The type
|
||||||
* determines the type of interactions which are possible with them when
|
* determines the type of interactions which are possible with them when
|
||||||
* they are placed into a toolbar.
|
* they are placed into a toolbar.
|
||||||
*/
|
*/
|
||||||
type: null,
|
type: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: displayClass
|
* Property: displayClass
|
||||||
* {string} This property is used for CSS related to the drawing of the
|
* {string} This property is used for CSS related to the drawing of the
|
||||||
* Control.
|
* Control.
|
||||||
*/
|
*/
|
||||||
displayClass: "",
|
displayClass: "",
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: active
|
* Property: active
|
||||||
* {boolean} null
|
* {boolean} null
|
||||||
*/
|
*/
|
||||||
active: null,
|
active: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: handler
|
* Property: handler
|
||||||
* {<OpenLayers.Handler}> null
|
* {<OpenLayers.Handler}> null
|
||||||
*/
|
*/
|
||||||
handler: null,
|
handler: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor: OpenLayers.Control
|
* Constructor: OpenLayers.Control
|
||||||
|
|||||||
Reference in New Issue
Block a user