[Pkg-mozext-commits] [greasemonkey] 23/35: comment

David Prévot taffit at moszumanska.debian.org
Wed May 20 02:43:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 63ddca6eee4acd6ba85b439b6bf2d8dad14cc838
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Thu May 7 13:35:04 2015 -0400

    comment
---
 content/scratchpad-overlay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/scratchpad-overlay.js b/content/scratchpad-overlay.js
index bc3e309..ca6cac6 100644
--- a/content/scratchpad-overlay.js
+++ b/content/scratchpad-overlay.js
@@ -28,7 +28,7 @@ window.addEventListener('load', function() {
       // Firefox >= 28
       Scratchpad.editor.setCursor({line: 0, ch: 0});
     } else {
-      // Firefox <= 27
+      // Firefox <= 27; i.e. PaleMoon
       Scratchpad.editor.setCaretPosition(0, 0);
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list