One thing is stay for me unconvinient is calling private functions in
public functions.
It's nessety to call them with .bind(this)(...)
function publicFunc1(){
...
_private_prop1 = 45;
_privateFunc1.bind(this)();
...
}
May be you have suggestion on this
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.