tor-browser

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

switches.js (307B)


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