mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:02:26 +01:00
Add missing semicolons.
This commit is contained in:
@@ -27,7 +27,7 @@ function Services()
|
||||
ifaces = Array.concat(ifaces);
|
||||
try
|
||||
{
|
||||
let res = Cc[classes][meth || "getService"](ifaces.shift())
|
||||
let res = Cc[classes][meth || "getService"](ifaces.shift());
|
||||
ifaces.forEach(function (iface) res.QueryInterface(iface));
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user