[Pkg-javascript-commits] [dojo] 03/09: dnd: fixing in 1.0 branch, refs #4934.

David Prévot taffit at moszumanska.debian.org
Mon May 11 20:11:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.0.0rc3
in repository dojo.

commit 121fcf4a531b227fba09bd3db7092b406d742e49
Author: Eugene Lazutkin <eugene at lazutkin.com>
Date:   Tue Nov 6 20:49:04 2007 +0000

    dnd: fixing in 1.0 branch, refs #4934.
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.0/dojo/trunk@11421 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 dnd/Moveable.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dnd/Moveable.js b/dnd/Moveable.js
index ee3bcf8..df5731f 100644
--- a/dnd/Moveable.js
+++ b/dnd/Moveable.js
@@ -28,8 +28,8 @@ dojo.declare("dojo.dnd.Moveable", null, {
 		this.events = [
 			dojo.connect(this.handle, "onmousedown", this, "onMouseDown"),
 			// cancel text selection and text dragging
-			dojo.connect(this.node, "ondragstart",   this, "onSelectStart"),
-			dojo.connect(this.node, "onselectstart", this, "onSelectStart")
+			dojo.connect(this.handle, "ondragstart",   this, "onSelectStart"),
+			dojo.connect(this.handle, "onselectstart", this, "onSelectStart")
 		];
 	},
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list