Пример #1
0
    _renderPageContent: function() {
      this.views = [];

      app.current_user.fetch({
        success: _.bind(this.renderPage, this)
      });
    },
Пример #2
0
 serialize: function(){
   return {
     logged_in: app.current_user.logged_in()
   }
 },