mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
remove unnecessary (empty) view class
Discourse.ApplicationView does not provide any functionality above what already automatically happens via Ember's "convention over configuration" behavior and is therefore redundant.
This commit is contained in:
parent
085493e35d
commit
58ba8a0e49
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