9af18ce6ae
The layout class is the only class that should have knowledge of page-level constant markup, such as #gutter and #contacts, and should be pretty much the only place we find elements by id (with the exception of template elements). This change removes references to #gutter from views. Rather than hardcoding assumptions about page layout, view elements should ask the layout to insert themselves into the main content area by calling Whisper.Layout.setContent. |
||
---|---|---|
.. | ||
conversation_list_item_view.js | ||
conversation_list_view.js | ||
conversation_view.js | ||
list_view.js | ||
message_list_view.js | ||
message_view.js | ||
new_message_button.js | ||
notifications.js |