em-wilson / book-node-mongodb-backbone

Example source code accompanying O'Reilly's "Building Node Applications with MongoDB and Backbone" by Mike Wilson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable naming in views/chatsession.js in Chapter 09

imulab opened this issue · comments

Instead of ChatItemView and chatItemTemplate, I think they should be named to ChatSessionView and chatSessionTemplate as this file is all about the chat session view controller.

Other than that, it will NOT cause any malfunction.