marbemac / dayjot

An OhLife alternative

Home Page:https://dayjot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

models/user.js: line 39, col 45, Missing '()' invoking a constructor

EricR opened this issue · comments

A JSHint error is displayed:

23:01:33 ember.1  | models/user.js: line 39, col 45, Missing '()' invoking a constructor.
23:01:33 ember.1  |
23:01:33 ember.1  | 1 error
23:01:33 ember.1  |
23:01:33 ember.1  | ===== 1 JSHint Error

https://github.com/marbemac/dayjot/blob/master/ember/app/models/user.js#L39 should call new Date().

Fixed in 40f0de6, thanks for the note.