closes #197 (my fault, not david's)
This commit is contained in:
parent
03d8097527
commit
c5ec34d6ae
|
@ -208,7 +208,7 @@ Scholar.OpenURL = new function() {
|
||||||
*/
|
*/
|
||||||
function createContextObject(item, version) {
|
function createContextObject(item, version) {
|
||||||
if(item.toArray) {
|
if(item.toArray) {
|
||||||
item = itemObject.toArray();
|
item = item.toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
var identifiers = new Array();
|
var identifiers = new Array();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user