mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Revert "remove unnecessary (empty) view class"
This reverts commit 58ba8a0e49
.
This commit is contained in:
parent
e9e017898c
commit
175e48b061
1 changed files with 13 additions and 0 deletions
13
app/assets/javascripts/discourse/views/application_view.js
Normal file
13
app/assets/javascripts/discourse/views/application_view.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
This view handles rendering of the core application template
|
||||
|
||||
@class ApplicationView
|
||||
@extends Discourse.View
|
||||
@namespace Discourse
|
||||
@module Discourse
|
||||
**/
|
||||
Discourse.ApplicationView = Discourse.View.extend({
|
||||
templateName: 'application'
|
||||
});
|
||||
|
||||
|
Loading…
Reference in a new issue