> http://jsfiddle.net/SLWEJ/1/
>
> And also solved first problem (in the same jsfiddle):
>
> Chain.implement({
>     flushChain: function() {
>         while (this.$chain.length) {
>             this.callChain();
>         }
>     }

Not really. I write faster then think...

Reply via email to