Hi Ryan, I'm using RequireJS in a project and added this library. The documentation makes use of ko.postbox, but with AMD, that's undefined. I realized that with AMD, postbox only uses the 'exports' object. I'm wondering if you would be open to setting ko.postbox = exports so that the option is there to use ko.postbox even when using AMD? Thanks!
-Jake
Hi Ryan, I'm using RequireJS in a project and added this library. The documentation makes use of ko.postbox, but with AMD, that's undefined. I realized that with AMD, postbox only uses the 'exports' object. I'm wondering if you would be open to setting ko.postbox = exports so that the option is there to use ko.postbox even when using AMD? Thanks! -Jake