From e315a55b7a090e112bfa75177a120064be558efa Mon Sep 17 00:00:00 2001
From: fifnel
Date: Sun, 7 Apr 2013 09:19:52 +0900
Subject: fix E4X for vimperator 3.6+
---
statusline-toolbar.js | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
(limited to 'statusline-toolbar.js')
diff --git a/statusline-toolbar.js b/statusline-toolbar.js
index 069ef69..a5b4ce7 100644
--- a/statusline-toolbar.js
+++ b/statusline-toolbar.js
@@ -39,7 +39,8 @@ var updater = {
}
],
};
-var css = .toString() +
+]]>`.toString() +
({
- WINNT: ,
- Linux: ,
- Darwin: `,
+ Linux: xml``,
+ Darwin: xml`
+ ]]>`
})[Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULRuntime).OS].toString();
function $(id) document.getElementById(id);
--
cgit v1.2.3