[gnome-maps/wip/mlundblad/wikidata] osmEditDialog: Make OSMEditAddress not exported



commit f1905feaa3d14b0dab1e0e15744ebd6fb9bc0098
Author: Marcus Lundblad <ml dfupdate se>
Date:   Wed Oct 12 23:11:40 2022 +0200

    osmEditDialog: Make OSMEditAddress not exported
    
    This widget is only used internally in the OSMEditDialog
    and does not need to be exported.

 src/osmEditDialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/osmEditDialog.js b/src/osmEditDialog.js
index d93f1441..654e5ce7 100644
--- a/src/osmEditDialog.js
+++ b/src/osmEditDialog.js
@@ -252,7 +252,7 @@ const OSM_FIELDS = [
         hint: _("Information used to inform other mappers about non-obvious information about an element, 
the author’s intent when creating it, or hints for further improvement.")
     }];
 
-export class OSMEditAddress extends Gtk.Grid {
+class OSMEditAddress extends Gtk.Grid {
 
     constructor({street, number, postCode, city, ...params}) {
         super(params);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]