Sandy, really you wrote down what i just thought! :o) Why shouldn´t we use it, if it´s working? I like the way Mootools uses Natives. If you don´t like it, just don´t use it. JQuery is as powerful as Mootools but workes in another way. Try using jQuery, maybe that fits your needs.
greetings, André 2010/5/19 Sanford Whiteman <[email protected]> > > It's inconsistent with the design of JavaScript's native objects > > One is expected to use Array.prototype.slice.call(arrayLikeObject, > > from, to) rather than Array.slice(arrayLikeObject, from, to). > > The fact that people were "expected" to jump through hoops to call > prototypes is one of the reasons people didn't realize how powerful ES > was for so long. > > This is why we have frameworks. If you don't want to use one, don't > include it. > > -- Sandy > > > > >
