mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 14:27:59 +01:00
Add missing semicolons.
This commit is contained in:
@@ -334,7 +334,7 @@ function Buffer() //{{{
|
||||
if (util.newURI(buffer.URL).scheme == scheme)
|
||||
liberator.open(buffer.URL.substr(scheme.length + 1));
|
||||
else
|
||||
liberator.open(scheme + ":" + buffer.URL)
|
||||
liberator.open(scheme + ":" + buffer.URL);
|
||||
});
|
||||
|
||||
mappings.add(myModes, ["gi"],
|
||||
|
||||
Reference in New Issue
Block a user