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 */
position: null,
/** @type OpenLayers.Pixel */
mouseDragStart: null,
/**
* @constructor
*