Don't be dumb

This commit is contained in:
Dan Stillman 2006-06-14 15:41:25 +00:00
parent 3e11379c3a
commit c8a74e96cd

View File

@ -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]);
}
}