mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 08:15:45 +01:00
rename autocommand parameters fullscreen and colors to state and name
This commit is contained in:
@@ -479,7 +479,7 @@ function Events() //{{{
|
||||
{
|
||||
fullscreen = window.fullScreen;
|
||||
liberator.triggerObserver("fullscreen", fullscreen);
|
||||
autocommands.trigger("Fullscreen", {url: "", fullscreen: fullscreen});
|
||||
autocommands.trigger("Fullscreen", { state: fullscreen });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user