Convert to use ESM modules
See: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499
This commit is contained in:
@ -147,7 +147,7 @@ class GridSearchResult extends SearchResult {
|
||||
}
|
||||
});
|
||||
|
||||
const SearchResultsBase = GObject.registerClass({
|
||||
export const SearchResultsBase = GObject.registerClass({
|
||||
GTypeFlags: GObject.TypeFlags.ABSTRACT,
|
||||
Properties: {
|
||||
'focus-child': GObject.ParamSpec.object(
|
||||
|
Reference in New Issue
Block a user