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

David Prévot taffit at moszumanska.debian.org
Thu Apr 30 22:06:32 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 c36a7e9db434cb396d9e95ff1650e609d71f3fe5
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Sun Nov 2 21:47:07 2014 +0100

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

diff --git a/modules/xmlhttprequester.js b/modules/xmlhttprequester.js
index 3e1be19..45bdf9b 100644
--- a/modules/xmlhttprequester.js
+++ b/modules/xmlhttprequester.js
@@ -97,7 +97,7 @@ function(safeUrl, details, req) {
   req.open(details.method, safeUrl,
       !details.synchronous, details.user || "", details.password || "");
 
-  if (PrivateBrowsingUtils.isWindowPrivate(this.wrappedContentWin))
+  if (PrivateBrowsingUtils.isWindowPrivate(this.wrappedContentWin)) {
     req.channel.loadFlags |= Components.interfaces.nsIRequest.LOAD_ANONYMOUS
                           |  Components.interfaces.nsIRequest.LOAD_BYPASS_CACHE
                           |  Components.interfaces.nsIRequest.INHIBIT_PERSISTENT_CACHING;

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