1
0
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:
Kris Maglione
2011-03-10 09:53:57 -05:00
parent 3eb93fe721
commit d7b68c66af
2 changed files with 19 additions and 2 deletions

View File

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