commit c8a74e96cd4837f5f9c5438e3362d6b100fd7675 parent 3e11379c3a879d881431d931e4edad3fbf839063 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 14 Jun 2006 15:41:25 +0000 Don't be dumb Diffstat:
| M | chrome/chromeFiles/content/scholar/xpcom/data_access.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js @@ -1355,7 +1355,7 @@ Scholar.Collection.prototype._getDescendents = function(){ var descendents = Scholar.Collections.get(children[i]['id'])._getDescendents(); - for(var j=0, len=descendents.length; j<len; j++){ + for(var j=0, len2=descendents.length; j<len2; j++){ toReturn.push(descendents[j]); } }