From 6119151003a8e753551296229f719d26bc092e81 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sat, 28 Nov 2009 12:47:34 +0100
Subject: [PATCH] var declaration in drag.js

Ignore-this: a5dbedead9ab55588f186a197b3409b

darcs-hash:20091128114734-7ad00-9a97355005e1a28e9def5eb3505f714e92c124d6.gz
---
 lib/scripts/drag.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/scripts/drag.js b/lib/scripts/drag.js
index 197835f53..4726b77de 100644
--- a/lib/scripts/drag.js
+++ b/lib/scripts/drag.js
@@ -6,7 +6,7 @@
  *
  * @link http://nofunc.org/Drag_Drop/
  */
-drag = {
+var drag = {
     obj: null,
     handle: null,
     oX: 0,  // object X position
-- 
GitLab