commit c5ec34d6ae82b61edf842403acab2e3b4f726dcd parent 03d8097527d40e46a17b5f331e38b5a6ebcc29aa Author: Simon Kornblith <simon@simonster.com> Date: Wed, 23 Aug 2006 03:55:41 +0000 closes #197 (my fault, not david's) Diffstat:
| M | chrome/chromeFiles/content/scholar/xpcom/ingester.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/chromeFiles/content/scholar/xpcom/ingester.js b/chrome/chromeFiles/content/scholar/xpcom/ingester.js @@ -208,7 +208,7 @@ Scholar.OpenURL = new function() { */ function createContextObject(item, version) { if(item.toArray) { - item = itemObject.toArray(); + item = item.toArray(); } var identifiers = new Array();