Fix typo
This commit is contained in:
parent
581a8df4b9
commit
dd05b26dcc
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ Zotero_TranslatorTester.prototype._objectCompare = function(x, y) {
|
|||
for(p in y) { if (y[p]) {
|
||||
switch(typeof(y[p])) {
|
||||
case 'object':
|
||||
if (!_objectCompare(y[p],x[p])) {
|
||||
if (!this._objectCompare(y[p],x[p])) {
|
||||
return returner(p);
|
||||
};
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue