prototype: forgot a semicolon.

This commit is contained in:
Tobie Langel 2008-01-06 00:44:18 +00:00
parent 0008fe4aed
commit c48c1496ec
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Test.Unit.Logger = Class.create({
'<thead><tr><th>Status</th><th>Test</th><th>Message</th></tr></thead>' +
'<tbody class="loglines"></tbody>' +
'</table>';
this.element.update(html)
this.element.update(html);
},