Skip to content

Commit

Permalink
Fix error with rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Nov 26, 2013
1 parent d920ffd commit c895523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require([

this.user = User.current;
this.user.models = new EventModels();
this.user.on("change:token", this.render, this);
this.user.on("change:token", this.update, this);

return this;
},
Expand Down
4 changes: 2 additions & 2 deletions public/static/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -25431,7 +25431,7 @@ Logger, Requests, Urls, Storage, Cache, Template, Resources, Queue, I18n, views)

return hr;
});}());
define('hr/args',[],function() { return {"map":{"apiKey":"AIzaSyAAeM47baWKdmKoqWeIuK5bQCxtur6mWm0"},"revision":1385422829114,"baseUrl":"/"}; });
define('hr/args',[],function() { return {"map":{"apiKey":"AIzaSyAAeM47baWKdmKoqWeIuK5bQCxtur6mWm0"},"revision":1385424083369,"baseUrl":"/"}; });
//! moment.js
//! version : 2.2.1
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
Expand Down Expand Up @@ -34712,7 +34712,7 @@ require([

this.user = User.current;
this.user.models = new EventModels();
this.user.on("change:token", this.render, this);
this.user.on("change:token", this.update, this);

return this;
},
Expand Down

0 comments on commit c895523

Please sign in to comment.