regarding pubsub https://github.com/phiggins42/bloody-jquery-plugins/blob/master/pubsub.js
I was recently trying to use this within a class, by subscribing and then the callback was "this.handlerMethod" but when I fired the pub, the method was being fired, but if I console.log'ed the this value within the method it was now the topic class.
Not sure if that makes sense.
regarding pubsub https://github.com/phiggins42/bloody-jquery-plugins/blob/master/pubsub.js
I was recently trying to use this within a class, by subscribing and then the callback was "this.handlerMethod" but when I fired the pub, the method was being fired, but if I console.log'ed the this value within the method it was now the topic class.
Not sure if that makes sense.