1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-25 18:35:46 +01:00

rename autocommand parameters fullscreen and colors to state and name

This commit is contained in:
Doug Kearns
2008-11-06 14:45:58 +00:00
parent 8c9f90c985
commit 185be51cc3
3 changed files with 6 additions and 6 deletions

View File

@@ -479,7 +479,7 @@ function Events() //{{{
{
fullscreen = window.fullScreen;
liberator.triggerObserver("fullscreen", fullscreen);
autocommands.trigger("Fullscreen", {url: "", fullscreen: fullscreen});
autocommands.trigger("Fullscreen", { state: fullscreen });
}
}