[Pkg-mozext-commits] [tabmixplus] 04/28: TypeError - this.clog is not a function, changeset 763e406914eb

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 928b576056b712f683b38c7f19f3ac64b8329b7e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Jun 14 08:55:50 2015 +0300

    TypeError - this.clog is not a function, changeset 763e406914eb
---
 chrome/content/utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/utils.js b/chrome/content/utils.js
index 27fe983..6a69cfd 100644
--- a/chrome/content/utils.js
+++ b/chrome/content/utils.js
@@ -247,7 +247,7 @@ var Tabmix = { // jshint ignore:line
 
     var methods = ["changeCode", "setNewFunction", "nonStrictMode",
                    "getObject", "log", "getCallerNameByIndex", "callerName",
-                   "isCallerInList", "obj", "assert", "trace"];
+                   "clog", "isCallerInList", "obj", "assert", "trace"];
     methods.forEach(function(id) {
       this[id] = function TMP_console_wrapper() {
         return this._getMethod(id, arguments);

-- 
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