Moved declaration of mouseDragStart property from Map to Control.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1158 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-08-09 14:37:21 +00:00
parent fb3ff32919
commit 088dd71754
2 changed files with 3 additions and 6 deletions

View File

@@ -18,6 +18,9 @@ OpenLayers.Control.prototype = {
/** @type OpenLayers.Pixel */ /** @type OpenLayers.Pixel */
position: null, position: null,
/** @type OpenLayers.Pixel */
mouseDragStart: null,
/** /**
* @constructor * @constructor
* *

View File

@@ -63,8 +63,6 @@ OpenLayers.Map.prototype = {
/** @type Array(OpenLayers.Popup) */ /** @type Array(OpenLayers.Popup) */
popups: null, popups: null,
/** The currently selected base layer - this determines min/max zoom level, /** The currently selected base layer - this determines min/max zoom level,
* projection, etc. * projection, etc.
* *
@@ -77,10 +75,6 @@ OpenLayers.Map.prototype = {
/** @type int */ /** @type int */
zoom: 0, zoom: 0,
/** @type OpenLayers.Pixel */
mouseDragStart: null,
// Options // Options
/** @type String */ /** @type String */