prototype: forgot a semicolon.
This commit is contained in:
parent
0008fe4aed
commit
c48c1496ec
|
@ -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);
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue