diff --git a/chrome/chromeFiles/content/scholar/xpcom/data_access.js b/chrome/chromeFiles/content/scholar/xpcom/data_access.js index f82bb9ad9..cb2e5390b 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/data_access.js +++ b/chrome/chromeFiles/content/scholar/xpcom/data_access.js @@ -192,6 +192,18 @@ Scholar.Item.prototype.getCreator = function(pos){ } +/* + * Returns a multidimensional array of creators, or an empty array if none + */ +Scholar.Item.prototype.getCreators = function(){ + var creators = []; + for (var i=0, len=this.numCreators(); i