From 332208539d6dfc9c10e4e93cf1f8165e3e81e506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 22 Feb 2011 10:00:42 +0000 Subject: [PATCH] remove trailing whitespaces, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11221 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Kinetic.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/OpenLayers/Kinetic.js b/lib/OpenLayers/Kinetic.js index c780eb6219..edd8000e38 100644 --- a/lib/OpenLayers/Kinetic.js +++ b/lib/OpenLayers/Kinetic.js @@ -33,7 +33,7 @@ OpenLayers.Kinetic = OpenLayers.Class({ * In ms, default to 200. */ delay: 200, - + /** * Property: points * List of points use to calculate the kinetic initial values. @@ -58,7 +58,7 @@ OpenLayers.Kinetic = OpenLayers.Class({ /** * Method: begin - * + * * Begins the dragging. */ begin: function() { @@ -69,7 +69,7 @@ OpenLayers.Kinetic = OpenLayers.Class({ /** * Method: update - * + * * Updates during the dragging. */ update: function(xy) { @@ -81,7 +81,7 @@ OpenLayers.Kinetic = OpenLayers.Class({ /** * Method: end - * + * * Ends the dragging, start the kinetic. */ end: function(xy) { @@ -112,7 +112,7 @@ OpenLayers.Kinetic = OpenLayers.Class({ /** * Method: move - * + * * Launch the kinetic move pan. * * Parameters: