mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
Merge pull request #1452 from velesin/remove_application_view
remove unnecessary (empty) view class
This commit is contained in:
commit
a70e9cac4d
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
/**
|
||||
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