Skip to content

Commit ee90696

Browse files
committed
Fix es6 warning
1 parent 0ebec83 commit ee90696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extension.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const Gio = imports.gi.Gio;
66
const ExtensionUtils = imports.misc.extensionUtils;
77
const Me = ExtensionUtils.getCurrentExtension();
88

9-
let output, box, settings, gschema, stopped;
9+
let output, box, gschema, stopped;
10+
var settings;
1011

1112
function init() {
1213
//nothing todo here

0 commit comments

Comments
 (0)