[Pkg-javascript-commits] [dojo] 05/12: dnd: adding the missing function back, !strict, refs #10738.

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:00 UTC 2014


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

taffit pushed a commit to annotated tag 1.4.5
in repository dojo.

commit 7f1114008db1485d9635e0cef93cea1b180f70f9
Author: Eugene Lazutkin <eugene at lazutkin.com>
Date:   Thu Feb 25 01:01:48 2010 +0000

    dnd: adding the missing function back, !strict, refs #10738.
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.4/dojo@21435 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 dnd/common.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dnd/common.js b/dnd/common.js
index 7b08f0c..9437b3f 100644
--- a/dnd/common.js
+++ b/dnd/common.js
@@ -1,5 +1,7 @@
 dojo.provide("dojo.dnd.common");
 
+dojo.dnd.getCopyKeyState = dojo.isCopyKeyPressed;
+
 dojo.dnd._uniqueId = 0;
 dojo.dnd.getUniqueId = function(){
 	// summary:

-- 
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