Esteban Lorenzano wrote:
Hi,
I'm trying to use magritte-scriptaculous package, but I'm getting a DNU
on MAAccessor>>key, who is tryint to senf an unexistent #selector
message.
Any idea where that message is hidding? :)
I'm using latest versions of Magritte-All and Magritte-Scriptaculous.
Thanks in advance,
Esteban
#selector is defined on MASelectorAccessor, and #key is redefined on
different accessors. Perhaps the accessor class you are using doesnt
have it defined.
Keith