Yep, other environments don't necessarily have `window` as the global object, but there is always a global object. In node.js for example the global object is called `global` instead of `window` if I remember correctly.
On Wed, Feb 16, 2011 at 1:29 AM, g.schlmm <[email protected]> wrote: > its also nice to namespace things, but i dont know if the namepacing is > working atm in mootools MooTools can't be put in a namespace, because it extends the native prototypes.
