[Pkg-javascript-commits] [dojo] 52/88: fixed type; refs #16220; !strict
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.8.5
in repository dojo.
commit d8d892125774b31a81a6fb1d68569519a785e9f6
Author: Rawld Gill <rgill at altoviso.com>
Date: Wed Dec 5 23:12:45 2012 +0000
fixed type; refs #16220; !strict
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30129 560b804f-0ae3-0310-86f3-f6aa0a117693
---
dojo.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dojo.js b/dojo.js
index 0e6f36b..d8e4980 100644
--- a/dojo.js
+++ b/dojo.js
@@ -586,7 +586,7 @@
forEach(mapProgs, function(item){
item[1] = computeMapProg(item[1], []);
if(item[0]=="*"){
- mapProgs.star = item[1];
+ mapProgs.star = item;
}
});
--
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