tor-browser

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

line-start-bindings-es6.js (309B)


      1 var rollupBabel7LineStartBindingsEs6 = (function () {
      2  'use strict';
      3 
      4  function root() {
      5    function aFunc() {
      6      // applies here too.
      7 
      8      this.thing = 4;
      9      console.log("pause here", root);
     10    }
     11 
     12    aFunc.call({});
     13  }
     14 
     15  return root;
     16 
     17 }());
     18 //# sourceMappingURL=line-start-bindings-es6.js.map