bbuchsbaum / active_brain

1 stars 0 forks source link

Active_Brain.start() fails. #1

Open phillipCouto opened 9 years ago

phillipCouto commented 9 years ago

The browser is complaining that subject is not defined and it looks like the issue is with the:

}).then(subject)(function() {

Should be:

}).then(function(subject) {

This is in activeb_master.js#L39

Or in activeb_master.coffee#L27

bbuchsbaum commented 9 years ago

@phillipCouto I think this is resolved now, but please feel free to replace my start function entirely. It's easier for you to test.

phillipCouto commented 9 years ago

Ok shall I submit them as PRs so that way this project stays up to date as it is enhanced instead of me maintaining patches in the server project?

bbuchsbaum commented 9 years ago

yeah, that seems like a good idea.

On Thu, Mar 26, 2015 at 8:11 AM, Phillip Couto notifications@github.com wrote:

Ok shall I submit them as PRs so that way this project stays up to date as it is enhanced instead of me maintaining patches in the server project?

— Reply to this email directly or view it on GitHub https://github.com/bbuchsbaum/active_brain/issues/1#issuecomment-86485938 .

Bradley R. Buchsbaum Rotman Research Institute 3560 Bathurst St. Toronto, ON Canada M6A 2E1 email: bbuchsbaum@research.baycrest.org