Welcome to mirror list, hosted at ThFree Co, Russian Federation.

implicitGlobal.js « testLib - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3048742a5b59a3d907918f469481f884201add2f (plain)
1
2
3
4
5
6
implicitGlobal = "this is an implicit global var ..." +
    "yes, it's bad coding style but there are still some libs out there";

module.exports = function () {
    return undefinedImplicitGlobal;
};