Skip to content

Commit 4d58792

Browse files
committed
add tests for form changes and fix issues with form changes, related to issue #5, part 2
1 parent f7f7a9f commit 4d58792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffDOM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
k[NAME] = attr.name;
589589
k[VALUE] = attr.value;
590590
diffs.push(new Diff(k));
591-
return [diffs];
591+
return diffs;
592592
}
593593
var a2 = attr2.splice(pos, 1)[0];
594594
if (attr.value !== a2.value) {

0 commit comments

Comments
 (0)