diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js index cdb23040c..55ed85429 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/data_access.js +++ b/chrome/chromeFiles/content/scholar/xpcom/data_access.js @@ -795,7 +795,7 @@ Scholar.Items = new function(){ * Can be passed ids as individual parameters or as an array of ids, or both * * If only one argument and it's an id, return object directly; - * otherwise, return array indexed by itemID + * otherwise, return array */ function get(){ var toLoad = new Array(); @@ -828,7 +828,7 @@ Scholar.Items = new function(){ // Otherwise, build return array for (i=0; i