In the init add:
root = this;

then in the child object change:
this.b() to root.b();

http://jsfiddle.net/hazlema/nBn2t/

Reply via email to