[Pkg-javascript-commits] [dojo] 35/87: backport [27872]; refs #14798; !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:18 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 0512032a10b7a40af418af74fbccf5232210d7a6
Author: Rawld Gill <rgill at altoviso.com>
Date:   Wed Feb 15 09:44:22 2012 +0000

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

diff --git a/dojo.js b/dojo.js
index b1cf33f..698183b 100644
--- a/dojo.js
+++ b/dojo.js
@@ -1777,7 +1777,7 @@
 
 	if(has("dojo-config-api")){
 		var bootDeps = defaultConfig.deps || userConfig.deps || dojoSniffConfig.deps,
-			bootCallback = defaultConfig.deps || userConfig.callback || dojoSniffConfig.callback;
+			bootCallback = defaultConfig.callback || userConfig.callback || dojoSniffConfig.callback;
 		req.boot = (bootDeps || bootCallback) ? [bootDeps || [], bootCallback] : 0;
 	}
 	if(!has("dojo-built")){

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