mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 10:55:45 +01:00
Fix error dispatching fullscreen autocmd again.
This commit is contained in:
@@ -143,7 +143,7 @@ var AutoCommands = Module("autocommands", {
|
||||
let lastPattern = null;
|
||||
var { url, doc } = args;
|
||||
if (url)
|
||||
uri = util.newURI(url);
|
||||
uri = util.createURI(url);
|
||||
else
|
||||
var { uri, doc } = buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user