coding standards - getting rid of these tabs all at once
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -233,7 +233,7 @@ OpenLayers.Handler.Point.prototype =
|
||||
* Return:
|
||||
* {Boolean} Allow event propagation
|
||||
*/
|
||||
mousemove: function (evt) {
|
||||
mousemove: function (evt) {
|
||||
if(this.drawing) {
|
||||
var lonlat = this.map.getLonLatFromPixel(evt.xy);
|
||||
this.point.geometry.x = lonlat.lon;
|
||||
@@ -254,7 +254,7 @@ OpenLayers.Handler.Point.prototype =
|
||||
* Return:
|
||||
* {Boolean} Allow event propagation
|
||||
*/
|
||||
mouseup: function (evt) {
|
||||
mouseup: function (evt) {
|
||||
if(this.drawing) {
|
||||
this.finalize();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user