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