[Pkg-javascript-commits] [dojo] 28/87: backport [267767]; fixes #14198; !strict

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


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

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

commit 5296acf59f3754694f76ea5627538e616805f3f6
Author: Rawld Gill <rgill at altoviso.com>
Date:   Wed Feb 8 07:38:27 2012 +0000

    backport [267767]; fixes #14198; !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@27794 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 dojo.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dojo.js b/dojo.js
index 10c36b6..710b930 100644
--- a/dojo.js
+++ b/dojo.js
@@ -1676,7 +1676,7 @@
 				}
 			}
 			if(has("dojo-combo-api") && isArray(targetModule)){
-				injectDependencies(defineModule(targetModule.shift(), args[1], args[2]));
+				injectDependencies(defineModule(getModule(targetModule.shift()), args[1], args[2]));
 				if(!targetModule.length){
 					combosPending.splice(i, 1);
 				}

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