bocoup / nest-weekly-review

An application for managing billing data for consulting projects
http://weekly-review.bocoup.com/
1 stars 2 forks source link

saving throws Error: TypeError: undefined is not a function #62

Closed tkellen closed 9 years ago

tkellen commented 9 years ago

It happens here: https://github.com/AmpersandJS/ampersand-model/blob/master/ampersand-model.js#L51

Which is called here: https://github.com/bocoup/nest-weekly-review/blob/master/src/client/modules/models/_base-model.js#L107

I didn't dig any further because I am pretty sure this is something obvious and there is just a gap in my understanding of Ampersand.

tkellen commented 9 years ago

screen shot 2015-02-12 at 8 52 27 am

tkellen commented 9 years ago

Nevermind, I kept digging and I think I've almost solved it.

tkellen commented 9 years ago

It's here: https://github.com/bocoup/nest-weekly-review/blob/master/src/client/modules/models/_base-model.js#L46

tkellen commented 9 years ago

This is limited to times when you return to something which has already been reviewed.

jugglinmike commented 9 years ago

@tkellen I think this is resolved by gh-65 (specifically 4b046d5). I've merged and deployed; could you verify?

tkellen commented 9 years ago

Confirmed resolved!