mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 07:57:59 +01:00
add missing semicolons
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
loader.loadSubScript(base + script, modules)
|
||||
loader.loadSubScript(base + script, modules);
|
||||
return;
|
||||
}
|
||||
catch (e)
|
||||
|
||||
Reference in New Issue
Block a user