[Pkg-mozext-commits] [tabmixplus] 11/44: Unexpected end of file while searching for closing } of declaration block
David Prévot
taffit at moszumanska.debian.org
Wed Oct 15 02:09:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit f0d53fd5cfcd8ba541072a84c87126652fa010a0
Author: onemen <tabmix.onemen at gmail.com>
Date: Thu Oct 2 19:38:40 2014 +0300
Unexpected end of file while searching for closing } of declaration block
---
chrome/content/tabmix.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/tabmix.js b/chrome/content/tabmix.js
index bc696ee..10c9dde 100644
--- a/chrome/content/tabmix.js
+++ b/chrome/content/tabmix.js
@@ -342,7 +342,7 @@ var TMP_eventListener = {
onContentLoaded: function TMP_EL_onContentLoaded() {
let newRule = '.tabbrowser-tab > .tab-stack > .tab-content > .tab-text-stack {' +
- '-moz-binding: url("chrome://tabmixplus/content/tab/tabbrowser_4.xml#tabmix-tab-text-stack#VERSION") !important;'
+ '-moz-binding: url("chrome://tabmixplus/content/tab/tabbrowser_4.xml#tabmix-tab-text-stack#VERSION") !important;}'
.replace("#VERSION", Tabmix.isVersion(280) ? "-28" : "");
gTMPprefObserver.insertRule(newRule);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git
More information about the Pkg-mozext-commits
mailing list