[Pkg-javascript-commits] [dojo] 44/87: backport [29259]; fixes #15324; !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:19 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 686140205b912cdb6b6cf2ed75f189d1cccdf0f6
Author: Rawld Gill <rgill at altoviso.com>
Date:   Wed Jul 18 20:58:50 2012 +0000

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

diff --git a/i18n.js b/i18n.js
index 632853c..82a850a 100644
--- a/i18n.js
+++ b/i18n.js
@@ -328,7 +328,7 @@ define(["./_base/kernel", "require", "./has", "./_base/array", "./_base/config",
 							preloading++;
 							(isXd(mid) || guaranteedAmdFormat ? require : syncRequire)([mid], function(rollup){
 								for(var p in rollup){
-									cache[p + "/" + locale] = rollup[p];
+									cache[p + "/" + loc] = rollup[p];
 								}
 								--preloading;
 								while(!preloading && preloadWaitQueue.length){

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