window.userStats updating on vote, changes exp bar (but not updating

to server)
This commit is contained in:
Tyler Renelle
2012-02-10 23:04:30 -05:00
parent 952cc206c5
commit b4c755f295
7 changed files with 46 additions and 39 deletions
@@ -2,6 +2,7 @@ class HabitTracker.Routers.HabitsRouter extends Backbone.Router
initialize: (options) ->
@habits = new HabitTracker.Collections.HabitsCollection()
@habits.reset options.habits
window.userStats = new HabitTracker.Models.User(options.user)
routes:
"/new" : "newHabit"