Skip to content

Commit 452776b

Browse files
briennamarijnh
authored andcommitted
Delete unnecessary semicolon
1 parent 6f9a981 commit 452776b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_object.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ underlining.
765765
----
766766
function UnderlinedCell(inner) {
767767
this.inner = inner;
768-
};
768+
}
769769
UnderlinedCell.prototype.minWidth = function() {
770770
return this.inner.minWidth();
771771
};

0 commit comments

Comments
 (0)