tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug844452.js (157B)


      1 function reportCompare (expected, actual) {
      2  return expected != actual;
      3 }
      4 
      5 function wrap() {
      6  reportCompare(true, true);
      7 }
      8 
      9 reportCompare('', '');
     10 wrap();