nearform / well

well
35 stars 15 forks source link

Fixed development run data not showing up and production run error. Also a refactoring suggestion. #8

Closed kamil-mech closed 9 years ago

kamil-mech commented 9 years ago

Seneca 0.6.0 compatible.

You can mark this issue as fixed:

2

Also, it is advised to remove or refactor var exists = false in the user plugin as it is never exposed or even used internally. However, the ok variable acts this role just fine. Therefore out.exists condition changed to !out.ok You can find var exists around the line 488 in user.js