summaryrefslogtreecommitdiff
path: root/examples/client/js/debug-client.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client/js/debug-client.js')
-rwxr-xr-xexamples/client/js/debug-client.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/client/js/debug-client.js b/examples/client/js/debug-client.js
index cfb1cad49..38118538d 100755
--- a/examples/client/js/debug-client.js
+++ b/examples/client/js/debug-client.js
@@ -18,6 +18,9 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+const Gi = imports.gi;
+Gi.versions.TelepathyGLib = '0.12';
+
const GLib = imports.gi.GLib;
const Gio = imports.gi.Gio;
const Lang = imports.lang;