rniemeyer / knockout-postbox

A small library that uses Knockout's native pub/sub capabilities to facilitate decoupled communication between separate view models or components.
MIT License
350 stars 55 forks source link

hasSubscriptionsForEvent #22

Open jclijmans opened 10 years ago

jclijmans commented 10 years ago

Hi,

Is there any way to determine if there is a subscription for a topic? I used ko.postbox.hasSubscriptionsForEvent for this, but that does not seem to work anymore.

I get error 'Object doesn't support property or method 'hasSubsbscriptionsForEvent' '

Thanks

ffMathy commented 9 years ago

You realize that you spelled it wrong right?