2013-08-29 How to pass "this" into anonymous function very useful when using callback relative things. 1234var me = this;var a = func1(function(){ me.doSomething();}); Newer How To Call Parent Function in Child Class Older Basic Things About Octopress...