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?