mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
declare some undeclared variables in parseOpt and whitespace fixes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
function load(script) {
|
||||
try
|
||||
{
|
||||
dump("liberator: Loading script: " + script + "\n");
|
||||
dump("liberator: Loading script: " + script + "\n");
|
||||
loader.loadSubScript(BASE + script, modules)
|
||||
}
|
||||
catch (e)
|
||||
|
||||
Reference in New Issue
Block a user