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:
@@ -18,6 +18,9 @@ OpenLayers.Control.prototype = {
|
|||||||
/** @type OpenLayers.Pixel */
|
/** @type OpenLayers.Pixel */
|
||||||
position: null,
|
position: null,
|
||||||
|
|
||||||
|
/** @type OpenLayers.Pixel */
|
||||||
|
mouseDragStart: null,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user