[Pkg-mozext-commits] [firebug] 18/56: Issue 7671 (GCLI integration is broken) https://code.google.com/p/fbug/issues/detail?id=7671
David Prévot
taffit at moszumanska.debian.org
Wed Nov 19 21:01:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 47d083f99664ca4e8f7d0dddaf2d4de17fce0f51
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date: Tue Oct 7 19:20:54 2014 +0200
Issue 7671 (GCLI integration is broken)
https://code.google.com/p/fbug/issues/detail?id=7671
---
extension/modules/gcli.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/extension/modules/gcli.js b/extension/modules/gcli.js
index 525ca34..35a45eb 100644
--- a/extension/modules/gcli.js
+++ b/extension/modules/gcli.js
@@ -123,7 +123,10 @@ var commands = [];
function addCommand(command)
{
- scope.gcli.addCommand(command);
+ if (scope.gcli.addCommand)
+ scope.gcli.addCommand(command);
+ else
+ scope.gcli.addItems([command]);
commands.push(command);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git
More information about the Pkg-mozext-commits
mailing list