From 0638628a50a0fe41a4624d43af57c791d928d351 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 10 Jul 2007 18:30:50 +0000 Subject: [PATCH] replace tabs with spaces git-svn-id: http://svn.openlayers.org/trunk/openlayers@3672 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control.js | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lib/OpenLayers/Control.js b/lib/OpenLayers/Control.js index 585ef311f3..2b80b760c6 100644 --- a/lib/OpenLayers/Control.js +++ b/lib/OpenLayers/Control.js @@ -16,50 +16,50 @@ OpenLayers.Control.TYPE_TOOL = 3; OpenLayers.Control.prototype = { /** - * Property: id - * {String} - */ - id: null, + * Property: id + * {String} + */ + id: null, /** - * Property: map + * Property: map * {} this gets set in the addControl() function in * OpenLayers.Map - */ - map: null, + */ + map: null, /** - * Property: div - * {DOMElement} - */ - div: null, + * Property: div + * {DOMElement} + */ + div: null, /** - * Property: type + * Property: type * {OpenLayers.Control.TYPES} Controls can have a 'type'. The type * determines the type of interactions which are possible with them when * 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 * Control. - */ - displayClass: "", + */ + displayClass: "", /** - * Property: active - * {boolean} null - */ - active: null, + * Property: active + * {boolean} null + */ + active: null, /** - * Property: handler - * { null - */ - handler: null, + * Property: handler + * { null + */ + handler: null, /** * Constructor: OpenLayers.Control