Moved more into components, including summary stuff.

This commit is contained in:
Robin Ward
2013-11-15 15:46:26 -05:00
parent 52048d2d2b
commit f2659a5916
16 changed files with 163 additions and 167 deletions
@@ -1,3 +1,11 @@
/**
The controls at the top of a private message in the map area.
@class DiscoursePrivateMessageMapComponent
@extends Ember.Component
@namespace Discourse
@module Discourse
**/
Discourse.DiscoursePrivateMessageMapComponent = Ember.Component.extend({
templateName: 'components/discourse-private-message-map',
tagName: 'section',