Here is an example http://jsbin.com/eyapo3/2/edit

On 26 май, 23:27, buda <www...@pochta.ru> wrote:
> 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 prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to