remove trailing whitespaces, no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11221 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2011-02-22 10:00:42 +00:00
parent 103e620dff
commit 332208539d
+5 -5
View File
@@ -33,7 +33,7 @@ OpenLayers.Kinetic = OpenLayers.Class({
* In ms, default to 200. * In ms, default to 200.
*/ */
delay: 200, delay: 200,
/** /**
* Property: points * Property: points
* List of points use to calculate the kinetic initial values. * List of points use to calculate the kinetic initial values.
@@ -58,7 +58,7 @@ OpenLayers.Kinetic = OpenLayers.Class({
/** /**
* Method: begin * Method: begin
* *
* Begins the dragging. * Begins the dragging.
*/ */
begin: function() { begin: function() {
@@ -69,7 +69,7 @@ OpenLayers.Kinetic = OpenLayers.Class({
/** /**
* Method: update * Method: update
* *
* Updates during the dragging. * Updates during the dragging.
*/ */
update: function(xy) { update: function(xy) {
@@ -81,7 +81,7 @@ OpenLayers.Kinetic = OpenLayers.Class({
/** /**
* Method: end * Method: end
* *
* Ends the dragging, start the kinetic. * Ends the dragging, start the kinetic.
*/ */
end: function(xy) { end: function(xy) {
@@ -112,7 +112,7 @@ OpenLayers.Kinetic = OpenLayers.Class({
/** /**
* Method: move * Method: move
* *
* Launch the kinetic move pan. * Launch the kinetic move pan.
* *
* Parameters: * Parameters: