mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
shell-global: Remove an explicit js-version set
gjs's default js-version is already 1.8, and we're planning on removing this API in the future, in accordance with upstream.
This commit is contained in:
parent
719d2092a7
commit
178b8471cc
1 changed files with 0 additions and 1 deletions
|
|
@ -300,7 +300,6 @@ shell_global_init (ShellGlobal *global)
|
|||
|
||||
global->js_context = g_object_new (GJS_TYPE_CONTEXT,
|
||||
"search-path", search_path,
|
||||
"js-version", "1.8",
|
||||
"gc-notifications", TRUE,
|
||||
NULL);
|
||||
g_signal_connect (global->js_context, "gc", G_CALLBACK (shell_global_on_gc), global);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue