mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05:00
ES6: Just a couple of views
This commit is contained in:
+1
-1
@@ -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');
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Discourse.UnknownView = Em.View.extend({
|
||||
export default Em.View.extend({
|
||||
classNameBindings: [':container'],
|
||||
|
||||
render: function(buffer) {
|
||||
Reference in New Issue
Block a user