projects
/
browser-dbus-bridge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae4158
)
[html] Silence warning about trailing comma in unit test
author
Kalle Vahlman
<kalle.vahlman@movial.com>
Mon, 4 May 2009 14:38:40 +0000
(17:38 +0300)
committer
Kalle Vahlman
<kalle.vahlman@movial.com>
Mon, 4 May 2009 14:38:40 +0000
(17:38 +0300)
html/unit.html
patch
|
blob
|
history
diff --git
a/html/unit.html
b/html/unit.html
index 8a119a539a638e66dffe9a6a37d30b28c92d4cbf..50ec2284e27380aa1832429b9445497f422d7fd3 100644
(file)
--- a/
html/unit.html
+++ b/
html/unit.html
@@
-174,7
+174,7
@@
Test.prototype =
current_test = this.next;
setTimeout(run_next, 10);
show_results();
- }
,
+ }
};