Source: global.js

(function() {
    /** @global */
    var foo = 'hello foo';

    this.foo = foo;
}).apply(window);

Table of contents