deployd / docs

documentation for deployd
http://docs.deployd.com
29 stars 30 forks source link

Invalid JavaScript in "Adding Custom Business Logic with Events" #7

Closed jeffbcross closed 10 years ago

jeffbcross commented 11 years ago

http://docs.deployd.com/docs/collections/adding-logic.md#s-On Delete -3789

There's a line of code that indicates a date should be created like so, which throws an error: this.createdDate = new Date.getTime();

Date constructor should have parentheses.

ritch commented 11 years ago

pr?

edit: nm, saw that it was a reminder.

jeffbcross commented 11 years ago

No pr yet; just added an issue on the go as a reminder to take care of it.

Sent from my iPhone

On Feb 26, 2013, at 11:29 AM, Ritchie Martori notifications@github.com wrote:

pr?

— Reply to this email directly or view it on GitHub.

nmattisson commented 10 years ago

I was bit by this today and added a pull request here: https://github.com/deployd/docs/pull/17