зеркало из https://github.com/mozilla/pjs.git
fix up my test bustage by removing a spurious { the review didn't catch, not sure why I did put it there, sorry.
This commit is contained in:
Родитель
11b3c8d8d8
Коммит
c433829513
|
@ -20,7 +20,7 @@
|
|||
|
||||
var wccrID = "@mozilla.org/embeddor.implemented/web-content-handler-registrar;1";
|
||||
/* abort the test if web feed handlers are not available */
|
||||
if (!Cc[wccrID]) {
|
||||
if (!Cc[wccrID])
|
||||
SimpleTest.finish()
|
||||
|
||||
/* Turn off the first run UI */
|
||||
|
|
Загрузка…
Ссылка в новой задаче