From ca6d93712a2f6fe25e718e314618d16b8d744bc3 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Tue, 17 Jan 2012 11:41:22 +0000 Subject: [PATCH] Suggested addition to Kinetic documentation --- lib/OpenLayers/Control/DragPan.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/OpenLayers/Control/DragPan.js b/lib/OpenLayers/Control/DragPan.js index 34e31be905..233e7ab377 100644 --- a/lib/OpenLayers/Control/DragPan.js +++ b/lib/OpenLayers/Control/DragPan.js @@ -57,6 +57,8 @@ OpenLayers.Control.DragPan = OpenLayers.Class(OpenLayers.Control, { * set to true or to an object. If set to an object this * object will be passed to the {} * constructor. Defaults to false. + * If you set this property, you should ensure that + * OpenLayers/Kinetic.js is included in your build config */ enableKinetic: false,