perf: Stop using legacy generator functions
This was a non-standard Mozilla extension that is no longer supported. Simply switch to the standardized generator syntax to fix. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/367
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
86a00b6872
commit
46575804cc
@ -89,7 +89,7 @@ function extractBootTimestamp() {
|
||||
return result;
|
||||
}
|
||||
|
||||
function run() {
|
||||
function *run() {
|
||||
Scripting.defineScriptEvent("desktopShown", "Finished initial animation");
|
||||
Scripting.defineScriptEvent("overviewShowStart", "Starting to show the overview");
|
||||
Scripting.defineScriptEvent("overviewShowDone", "Overview finished showing");
|
||||
|
Reference in New Issue
Block a user