Skip to content

Commit aaaad29

Browse files
committed
corrected typo in the dump function which was preventig serialization of objects
1 parent ba6b68b commit aaaad29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testabilityPatch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (window.jstestdriver) {
1515
if (isElement(arg)) {
1616
arg = sortedHtml(arg);
1717
} else if (isObject(arg)) {
18-
org = toJson(arg, true);
18+
arg = toJson(arg, true);
1919
}
2020
args.push(arg);
2121
});

0 commit comments

Comments
 (0)