window.userStats updating on vote, changes exp bar (but not updating
to server)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user