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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user