Add missing Config import statement for #33

This commit is contained in:
Jason
2017-01-17 14:44:46 -05:00
parent 4b7a071bd2
commit 04c4327372

View File

@@ -21,12 +21,12 @@
* Some code was also adapted from the upstream Gnome Shell source code.
*/
const Config = imports.misc.config;
const ExtensionUtils = imports.misc.extensionUtils;
const Gettext = imports.gettext;
const Gio = imports.gi.Gio;
const Lang = imports.lang;
/**
* initTranslations:
* @domain: (optional): the gettext domain to use