[Pkg-mozext-commits] [firebug] 09/30: Use proper argument

David Prévot taffit at moszumanska.debian.org
Fri Jun 20 22:34:24 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 6beb89f8c8bd61e22fc8c2625cb98a8b266b90e9
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Mon Jun 9 19:40:17 2014 +0200

    Use proper argument
---
 extension/content/firebug/remoting/debuggerClient.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/remoting/debuggerClient.js b/extension/content/firebug/remoting/debuggerClient.js
index d930b2a..c8ecb1d 100644
--- a/extension/content/firebug/remoting/debuggerClient.js
+++ b/extension/content/firebug/remoting/debuggerClient.js
@@ -476,7 +476,7 @@ var DebuggerClient = Obj.extend(Firebug.Module,
             onClosed: function(status)
             {
                 if (self.client)
-                    self.client.onClosed(packet);
+                    self.client.onClosed(status);
             }
         };
 

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