[Pkg-mozext-commits] [firebug] 39/82: Minor changes
David Prévot
taffit at moszumanska.debian.org
Mon Mar 31 22:45:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag fbtest-1.11.2
in repository firebug.
commit fabb68f965eda62e4899d937c7dc524e8b3a9cfd
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date: Tue Jan 1 16:53:31 2013 +0100
Minor changes
---
extension/content/firebug/console/closureInspector.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extension/content/firebug/console/closureInspector.js b/extension/content/firebug/console/closureInspector.js
index 74c8788..857eba1 100644
--- a/extension/content/firebug/console/closureInspector.js
+++ b/extension/content/firebug/console/closureInspector.js
@@ -6,11 +6,10 @@
// of as a container of "scopes".
define([
- "firebug/lib/object",
"firebug/firebug",
"firebug/lib/wrapper"
],
-function(Obj, Firebug, Wrapper) {
+function(Firebug, Wrapper) {
"use strict";
// ********************************************************************************************* //
@@ -402,6 +401,7 @@ var ClosureInspector =
if (Firebug.JSAutoCompleter.transformScopeExpr)
return expr;
+ // Note: this is also hard-coded elsewhere.
var fname = "__fb_scopedVars";
var newExpr = Firebug.JSAutoCompleter.transformScopeOperator(expr, fname);
--
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