summaryrefslogtreecommitdiff
path: root/src/osmTypeListRow.js
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2017-09-11 23:05:28 +0200
committerMarcus Lundblad <ml@update.uu.se>2017-09-20 22:05:13 +0200
commitf899f5772c017e5c93c783b21371f9e2dbbbe0f6 (patch)
tree5e943282eba534fc992ba7bfd47a31bb9121cf07 /src/osmTypeListRow.js
parent0e55b6091eba320bd39dcd1457110669ef44874b (diff)
downloadgnome-maps-f899f5772c017e5c93c783b21371f9e2dbbbe0f6.tar.gz
Use var instead of const/let for exported symbols
https://bugzilla.gnome.org/show_bug.cgi?id=785569
Diffstat (limited to 'src/osmTypeListRow.js')
-rw-r--r--src/osmTypeListRow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmTypeListRow.js b/src/osmTypeListRow.js
index ae5e17c4..56229cc5 100644
--- a/src/osmTypeListRow.js
+++ b/src/osmTypeListRow.js
@@ -22,7 +22,7 @@
const Gtk = imports.gi.Gtk;
const Lang = imports.lang;
-const OSMTypeListRow = new Lang.Class({
+var OSMTypeListRow = new Lang.Class({
Name: 'OSMTypeListRow',
Extends: Gtk.ListBoxRow,
Template: 'resource:///org/gnome/Maps/ui/osm-type-list-row.ui',