Fix missing semicolon
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ function enable() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
logError(e)
|
logError(e);
|
||||||
}
|
}
|
||||||
proxy_connect_id = proxy.connect('g-properties-changed', _apply_theme_variant);
|
proxy_connect_id = proxy.connect('g-properties-changed', _apply_theme_variant);
|
||||||
_apply_theme_variant();
|
_apply_theme_variant();
|
||||||
|
|||||||
Reference in New Issue
Block a user