Fix typo
This commit is contained in:
parent
581a8df4b9
commit
dd05b26dcc
|
@ -329,7 +329,7 @@ Zotero_TranslatorTester.prototype._objectCompare = function(x, y) {
|
||||||
for(p in y) { if (y[p]) {
|
for(p in y) { if (y[p]) {
|
||||||
switch(typeof(y[p])) {
|
switch(typeof(y[p])) {
|
||||||
case 'object':
|
case 'object':
|
||||||
if (!_objectCompare(y[p],x[p])) {
|
if (!this._objectCompare(y[p],x[p])) {
|
||||||
return returner(p);
|
return returner(p);
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user