1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 08:54:13 +01:00

Add missing semicolons.

This commit is contained in:
Doug Kearns
2015-05-25 23:54:56 +10:00
parent 72a4d80ad1
commit 5ab1befbf7
35 changed files with 82 additions and 84 deletions

View File

@@ -976,7 +976,7 @@ unlet s:cpo_save
context.anchored = false;
context.keys = {
text: util.identity,
description: charset => io.charsetTitle(charset),
description: charset => io.charsetTitle(charset)
};
context.completions = io.charsets;
};
@@ -1034,7 +1034,7 @@ unlet s:cpo_save
isDirectory: function () s.substr(-1) == "/",
leafName: /([^\/]*)\/?$/.exec(s)[1]
}
for (s of io.listJar(uri.JARFile, getDir(uri.JAREntry)))]
for (s of io.listJar(uri.JARFile, getDir(uri.JAREntry)))];
};
else
context.generate = function generate_file() {