diff options
author | Andreas Gohr <andi@splitbrain.org> | 2009-11-28 12:47:34 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2009-11-28 12:47:34 +0100 |
commit | 6119151003a8e753551296229f719d26bc092e81 (patch) | |
tree | 2f910f7b46685bd293ea7e2443eabde20d81cf44 /lib/scripts | |
parent | 7b5c475caaf56f3d0eb64587bfae029616bb4c2d (diff) | |
download | rpg-6119151003a8e753551296229f719d26bc092e81.tar.gz rpg-6119151003a8e753551296229f719d26bc092e81.tar.bz2 |
var declaration in drag.js
Ignore-this: a5dbedead9ab55588f186a197b3409b
darcs-hash:20091128114734-7ad00-9a97355005e1a28e9def5eb3505f714e92c124d6.gz
Diffstat (limited to 'lib/scripts')
-rw-r--r-- | lib/scripts/drag.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |