mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 14:27:58 +01:00
add missing semicolons
This commit is contained in:
@@ -30,7 +30,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
plugins.contexts = {};
|
||||
function Script(file)
|
||||
{
|
||||
let self = plugins.contexts[file.path]
|
||||
let self = plugins.contexts[file.path];
|
||||
if (self)
|
||||
{
|
||||
if (self.onUnload)
|
||||
|
||||
Reference in New Issue
Block a user