mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:57:59 +01:00
add missing semicolons
This commit is contained in:
@@ -857,7 +857,7 @@ function Editor() //{{{
|
||||
editor.selection.deleteFromDocument();
|
||||
editor.insertText(val);
|
||||
}
|
||||
}, this)
|
||||
}, this);
|
||||
if (res == false)
|
||||
throw "Couldn't create temporary file";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user