[OpenLayers-Commits] r11221 - trunk/openlayers/lib/OpenLayers
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Feb 22 05:00:43 EST 2011
Author: erilem
Date: 2011-02-22 02:00:42 -0800 (Tue, 22 Feb 2011)
New Revision: 11221
Modified:
trunk/openlayers/lib/OpenLayers/Kinetic.js
Log:
remove trailing whitespaces, no functional change
Modified: trunk/openlayers/lib/OpenLayers/Kinetic.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Kinetic.js 2011-02-22 09:59:21 UTC (rev 11220)
+++ trunk/openlayers/lib/OpenLayers/Kinetic.js 2011-02-22 10:00:42 UTC (rev 11221)
@@ -33,7 +33,7 @@
* In ms, default to 200.
*/
delay: 200,
-
+
/**
* Property: points
* List of points use to calculate the kinetic initial values.
@@ -58,7 +58,7 @@
/**
* Method: begin
- *
+ *
* Begins the dragging.
*/
begin: function() {
@@ -69,7 +69,7 @@
/**
* Method: update
- *
+ *
* Updates during the dragging.
*/
update: function(xy) {
@@ -81,7 +81,7 @@
/**
* Method: end
- *
+ *
* Ends the dragging, start the kinetic.
*/
end: function(xy) {
@@ -112,7 +112,7 @@
/**
* Method: move
- *
+ *
* Launch the kinetic move pan.
*
* Parameters:
More information about the Commits
mailing list