[Pkg-mozext-commits] [greasemonkey] 13/21: Fix indentation level.

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 21:27:16 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 cd9c9da9c635df04cce59a9d38680105832dbba8
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Wed Jul 15 15:40:20 2015 -0400

    Fix indentation level.
---
 content/framescript.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/framescript.js b/content/framescript.js
index f30bc31..f34e6df 100644
--- a/content/framescript.js
+++ b/content/framescript.js
@@ -94,7 +94,7 @@ function injectDelayedScript(aMessage) {
   if (!win) {
     dump('Couldn\'t find window with (outer?) ID ' + windowId + '!\n');
   } else {
-     var script = createScriptFromObject(aMessage.data.script);
+    var script = createScriptFromObject(aMessage.data.script);
     injectScripts([script], win);
   }
 };

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