1
0
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:
Doug Kearns
2008-10-15 01:55:27 +00:00
parent 7770adb4af
commit 1394f483e4
11 changed files with 30 additions and 24 deletions

View File

@@ -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)