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 @namespace Discourse
@module Discourse @module Discourse
**/ **/
Discourse.TopicAdminMenuView = Discourse.View.extend({ export default Discourse.View.extend({
willDestroyElement: function() { willDestroyElement: function() {
$('html').off('mouseup.discourse-topic-admin-menu'); $('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'], classNameBindings: [':container'],
render: function(buffer) { render: function(buffer) {