[lively-kernel] Prototyping DND

Sean P. DeNigris sean at clipperadams.com
Tue Feb 18 23:34:50 CET 2014


Tim Felgentreff-2 wrote
> If you override dropOn, you need to use $super(evt) to call into the
> original method.

Ahh, thank you. That did it:
this.addScript(function dropOn(morph) {
    alert('do this first');
    return $super(morph)
}).tag([]);



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Prototyping-DND-tp4744713p4744730.html
Sent from the Lively Kernel mailing list archive at Nabble.com.


More information about the lively-kernel mailing list