ES6: Just a couple of views

This commit is contained in:
Robin Ward 2014-06-16 15:54:50 -04:00
parent 2cd55b1fa2
commit eedb0df4fb
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
@namespace Discourse
@module Discourse
**/
Discourse.TopicAdminMenuView = Discourse.View.extend({
export default Discourse.View.extend({
willDestroyElement: function() {
$('html').off('mouseup.discourse-topic-admin-menu');

View File

@ -1,4 +1,4 @@
Discourse.UnknownView = Em.View.extend({
export default Em.View.extend({
classNameBindings: [':container'],
render: function(buffer) {