tor-browser

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

switches.js (306B)


      1 var rollupBabel6Switches = (function () {
      2  'use strict';
      3 
      4  function root() {
      5 
      6    switch (true) {
      7      case true:
      8        console.log("pause here", root);
      9      default:
     10        {
     11          console.log("pause here", root);
     12        }
     13    }
     14  }
     15 
     16  return root;
     17 
     18 }());
     19 //# sourceMappingURL=switches.js.map