1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 09:17:58 +01:00

add missing semicolons

This commit is contained in:
Doug Kearns
2008-12-19 23:00:14 +11:00
committed by Kris Maglione
parent 67e5788fd5
commit 01a7ead528
14 changed files with 44 additions and 38 deletions

View File

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