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

has no method 'subscribeTo' #5

Closed net027 closed 12 years ago

net027 commented 12 years ago

example.html error message: Uncaught TypeError: Object function c(){if(0<arguments.length){if(!c.equalityComparer||!c.equalityComparer(d,arguments[0]))c.I(),d=arguments[0],c.H();return this}a.U.La(c);return d} has no method 'subscribeTo'

browser:chrome v21.0.1180

rniemeyer commented 12 years ago

@net027 There was a problem with the build script that left the minified file commented out. Fixed now.