Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
(introduced in 52ece79 commit)
(related to #165)
  • Loading branch information
Infocatcher committed Feb 28, 2015
1 parent 52ece79 commit 0ca04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Expand Up @@ -3748,7 +3748,7 @@ var privateTab = {
|| stack.indexOf("/modules/DownloadsCommon.jsm:") != -1
&& /@resource:\/\/(?:app|gre)?\/modules\/DownloadsCommon\.jsm:/.test(stack)
|| stack.indexOf("/components/DownloadsUI.js:") != -1
&& /@resource:\/\/(?:app|gre)?\/components\/DownloadsUI\.jsm:/.test(stack);
&& /@resource:\/\/(?:app|gre)?\/components\/DownloadsUI\.jsm:/.test(stack)
);
_dbgv && _log(key + "():\n" + stack);
if(fromSearchBar || fromDownloads) try {
Expand Down

0 comments on commit 0ca04b4

Please sign in to comment.