[Pkg-mozext-commits] [firebug] 49/59: Update comment

David Prévot taffit at moszumanska.debian.org
Thu Aug 14 14:52:57 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 7ca90b5cb4831bf3f24e97daa0583862c532a908
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Mon Aug 11 12:13:49 2014 +0200

    Update comment
---
 extension/content/firebug/debugger/breakpoints/breakpointTool.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/debugger/breakpoints/breakpointTool.js b/extension/content/firebug/debugger/breakpoints/breakpointTool.js
index 37d7d80..fb93b78 100644
--- a/extension/content/firebug/debugger/breakpoints/breakpointTool.js
+++ b/extension/content/firebug/debugger/breakpoints/breakpointTool.js
@@ -233,7 +233,7 @@ BreakpointTool.prototype = Obj.extend(new Tool(),
 
     newSource: function(sourceFile)
     {
-        // Get all breakpoints (including dynamic breakpoints) that belong to the
+        // Get all breakpoints (not including dynamic breakpoints) that belong to the
         // newly created source.
         var url = sourceFile.getURL();
         var bps = BreakpointStore.getBreakpoints(url/*, true*/);

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