> > In short, just always use .set and .get. >
Another way to express this is that using MooTools' methods for native objects insulates you to changes in browsers. Let's say you have this.foo = 1 and tomorrow some version of IE or Chrome or whatever comes out that no longer lets you do it. The next release of MooTools will work around this for you, but only if you're using its methods.
