closes #197 (my fault, not david's)
This commit is contained in:
parent
03d8097527
commit
c5ec34d6ae
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue