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:
@@ -63,8 +63,6 @@ OpenLayers.Map.prototype = {
|
||||
/** @type Array(OpenLayers.Popup) */
|
||||
popups: null,
|
||||
|
||||
|
||||
|
||||
/** The currently selected base layer - this determines min/max zoom level,
|
||||
* projection, etc.
|
||||
*
|
||||
@@ -77,10 +75,6 @@ OpenLayers.Map.prototype = {
|
||||
/** @type int */
|
||||
zoom: 0,
|
||||
|
||||
/** @type OpenLayers.Pixel */
|
||||
mouseDragStart: null,
|
||||
|
||||
|
||||
// Options
|
||||
|
||||
/** @type String */
|
||||
|
||||
Reference in New Issue
Block a user