From aaaad298ac6447497b1b86edac5b0d9b092625a2 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 3 Feb 2011 12:25:43 -0800 Subject: corrected typo in the dump function which was preventig serialization of objects --- test/testabilityPatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index 78cb767f..76033ab2 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -15,7 +15,7 @@ if (window.jstestdriver) { if (isElement(arg)) { arg = sortedHtml(arg); } else if (isObject(arg)) { - org = toJson(arg, true); + arg = toJson(arg, true); } args.push(arg); }); -- cgit v1.2.3