diff options
author | matthew <matthew> | 2007-01-21 00:03:14 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-01-21 00:03:14 +0000 |
commit | 404df7b90289206a4c6010299cc6dd7fbd8814c6 (patch) | |
tree | fb644317144464b06c7ffdbc5ef1c6a8767864b2 /web/js.js | |
parent | 83fff08ab04b222c604240c77084cc2e71f0d4fa (diff) |
We don't have a drag element, so don't try to set its position.
Diffstat (limited to 'web/js.js')
-rw-r--r-- | web/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -199,6 +199,7 @@ YAHOO.extend(YAHOO.util.DDMap, YAHOO.util.DD, { setCursor('move'); in_drag = true; }, + b4Drag: function(e) { }, onDrag: function(e) { var point = get_posn(e); if (point == mouse_pos) return false; |