We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6b68b commit aaaad29Copy full SHA for aaaad29
1 file changed
test/testabilityPatch.js
@@ -15,7 +15,7 @@ if (window.jstestdriver) {
15
if (isElement(arg)) {
16
arg = sortedHtml(arg);
17
} else if (isObject(arg)) {
18
- org = toJson(arg, true);
+ arg = toJson(arg, true);
19
}
20
args.push(arg);
21
});
0 commit comments