Anthony Mayer
603c5fee92
Fixes #719 . Allowing mobile nav to close if user clicks anywhere outside of it.
...
Also, adding test.
2015-01-26 00:46:43 -08:00
Anthony Mayer
2bafca52e3
Fixing style issues.
...
Also, switching Router.routes[].path to Router.path
2015-01-19 00:48:17 -08:00
Anthony Mayer
f197b930e6
Cleaning up vote click handling functions and adding tests.
...
Also combining can.upvote and can.downvote and deleting unused permissions function and random cleanup.
2015-01-19 00:04:41 -08:00
Anthony Mayer
df7c892e58
Fixing nav tests and cleanup.
...
Turning velocity back on and adding relevant packages to .meteor/versions
2015-01-07 08:22:58 +01:00
Anthony Mayer
f9d9891fba
Getting rid of redundant permissions functions
...
Switched everything over to use can.* functions from telescope-lib instead of using can* functions from lib/permissions.js, deleted lib/permissions.js, added some tests for permissions, and some other random cleanup like deleting unused code.
Conflicts:
client/views/comments/comment_form.js
2015-01-07 08:22:46 +01:00
Anthony Mayer
61911181eb
Test cleanup
...
Also, removing velocity-core since it's not necessary and .travis.yml since it doesn't work correctly right now anyway.
2015-01-02 21:27:09 +01:00
Anthony Mayer
77dd6ffba9
Adding nav client unit test
...
Added testing dependencies, added test case, removing unused nav code, and adding travis file
2015-01-02 21:27:09 +01:00