[Pkg-mozext-commits] [firebug] 08/17: Fix typo
David Prévot
taffit at moszumanska.debian.org
Fri Oct 30 19:16:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 7358746cb276041deca0823c221951c15b3e1341
Author: Jan Odvarko <odvarko at gmail.com>
Date: Tue Oct 6 15:01:22 2015 +0200
Fix typo
---
extension/content/firebug/console/commands/commandLineInclude.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/content/firebug/console/commands/commandLineInclude.js b/extension/content/firebug/console/commands/commandLineInclude.js
index 98d2922..fe54fb1 100644
--- a/extension/content/firebug/console/commands/commandLineInclude.js
+++ b/extension/content/firebug/console/commands/commandLineInclude.js
@@ -44,7 +44,7 @@ try
// Module paths have changed, see also: https://bugzilla.mozilla.org/show_bug.cgi?id=912121
var scope = System.importModule([
"resource:///modules/devtools/client/scratchpad/scratchpad-manager.jsm",
- "resource:///modules/devtools/scratchpad-manager.jsm
+ "resource:///modules/devtools/scratchpad-manager.jsm"
]);
ScratchpadManager = scope.ScratchpadManager;
}
--
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