Hi,
i took the server side mootools from here:
http://github.com/cpojer/mootools-core/tree/2.0wip
and built it with packager.
all goody.
now, when i load it in another module with require:
var MT = require('mootools.js');
i get MT.Class as expected, but i get Array global object polluted.
i don't think this is good. if i would like mootools flavored Array, i
would create a var myArr = new MT.Array();
is it possible to have MT.Array, and not pollute the global Array ?

thank you in advance.

Reply via email to