From e860e8801adcca230680ec87979ef6fe70c12a13 Mon Sep 17 00:00:00 2001 From: Tim Lunn Date: Fri, 25 Oct 2013 10:55:39 +1100 Subject: [PATCH] Stringify the xml definitions for E4X removal https://bugzilla.gnome.org/show_bug.cgi?id=691409 --- examples/client/js/debug-client.js | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/examples/client/js/debug-client.js b/examples/client/js/debug-client.js index cfb1cad..8284a01 100755 --- a/examples/client/js/debug-client.js +++ b/examples/client/js/debug-client.js @@ -25,20 +25,22 @@ const Mainloop = imports.mainloop; const Tp = imports.gi.TelepathyGLib; // this is just a subset -const DBusDaemonIface = - - - - - - - - - - - - -; +const DBusDaemonIface = ' \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ +'; const DBusDaemonProxy = Gio.DBusProxy.makeProxyWrapper(DBusDaemonIface); function levelStr(level) { -- 1.8.3.2