mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:38:12 +01:00
add some missing semicolons and remove some trailing commas
This commit is contained in:
@@ -775,7 +775,7 @@ liberator.Editor = function () //{{{
|
||||
}
|
||||
|
||||
var prog = args.shift();
|
||||
args.push(tmpfile.path)
|
||||
args.push(tmpfile.path);
|
||||
|
||||
if (textBox)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user