coding standards -- spacing
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1476 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -141,8 +141,8 @@ OpenLayers.Control.MouseDefaults.prototype =
|
|||||||
* @param {Event} evt
|
* @param {Event} evt
|
||||||
*/
|
*/
|
||||||
defaultMouseOut: function (evt) {
|
defaultMouseOut: function (evt) {
|
||||||
if (this.mouseDragStart != null
|
if (this.mouseDragStart != null &&
|
||||||
&& OpenLayers.Util.mouseLeft(evt, this.map.div)) {
|
OpenLayers.Util.mouseLeft(evt, this.map.div)) {
|
||||||
if (this.zoomBox) {
|
if (this.zoomBox) {
|
||||||
this.removeZoomBox();
|
this.removeZoomBox();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user