1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 10:54:12 +01:00

Remove redundant semicolons.

This commit is contained in:
Doug Kearns
2009-09-04 21:58:43 +10:00
parent 339592c4a2
commit 2b7e4dcb67
18 changed files with 24 additions and 24 deletions

View File

@@ -117,7 +117,7 @@ function Services()
self.addClass("process", "@mozilla.org/process/util;1", Ci.nsIProcess);
return self;
};
}
var services = Services();