This commit is contained in:
Simon Kornblith 2011-06-20 07:06:28 +00:00
parent 581a8df4b9
commit dd05b26dcc

View file

@ -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;