[Moo] Drag vs. Drag.Move

2 messages Options
Embed this post
Permalink
tswone

[Moo] Drag vs. Drag.Move

Reply Threaded More More options
Print post
Permalink

Just testing something out real quick.

This works in FF: new Drag(el);

This works in FF and all other browsers: new Drag.Move(el);

Not a big deal, I'll just use Drag.Move.

Anybody know why? Thoughts?
anutron

[Moo] Re: Drag vs. Drag.Move

Reply Threaded More More options
Print post
Permalink
Drag.Move is a subclass of Drag. It offers additional functionality from Drag.

On Fri, Oct 30, 2009 at 8:33 AM, tswone <[hidden email]> wrote:

Just testing something out real quick.

This works in FF: new Drag(el);

This works in FF and all other browsers: new Drag.Move(el);

Not a big deal, I'll just use Drag.Move.

Anybody know why? Thoughts?

The MooTools Tutorial: www.mootorial.com Clientcide: www.clientcide.com