[Pkg-mozext-commits] [greasemonkey] 14/41: Update xmlhttprequester.js (fix typo)

David Prévot taffit at moszumanska.debian.org
Thu Apr 30 22:06:33 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 03ae611778f50aaa29176edd9c528e653f02036b
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Sat Mar 28 08:12:59 2015 +0100

    Update xmlhttprequester.js (fix typo)
---
 modules/xmlhttprequester.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/xmlhttprequester.js b/modules/xmlhttprequester.js
index 9c4b2fd..75cf072 100644
--- a/modules/xmlhttprequester.js
+++ b/modules/xmlhttprequester.js
@@ -102,7 +102,8 @@ function(safeUrl, details, req) {
       !details.synchronous, details.user || "", details.password || "");
 
   if (PrivateBrowsingUtils.isWindowPrivate(this.wrappedContentWin)) {
-    var channel = req.channel.QueryInterface(Components.interfaces.nsIPrivateBrowsingChannel);
+    var channel = req.channel
+        .QueryInterface(Components.interfaces.nsIPrivateBrowsingChannel);
     channel.setPrivate(true);
   }
 

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