www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit dd05b26dccc70374f06f9365196f704e45a22eef
parent 581a8df4b9b358f74a0fc243ba9da8a1759bec25
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 20 Jun 2011 07:06:28 +0000

Fix typo


Diffstat:
Mchrome/content/zotero/tools/testTranslators/translatorTester.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -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;