Skip to content

Commit 9aa3ee6

Browse files
committed
missing import that breaks some systems
1 parent 444ab85 commit 9aa3ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/* jshint esnext:true */
22

3+
const Clutter = imports.gi.Clutter;
34
const GLib = imports.gi.GLib;
45
const Main = imports.ui.main;
56
const Mainloop = imports.mainloop;
67

7-
88
const MAX_RECURSE_DEPTH = 3;
99

1010
let signalConnections = [];

0 commit comments

Comments
 (0)