Revert "remove unnecessary (empty) view class"

This reverts commit 58ba8a0e49.
This commit is contained in:
Robin Ward 2013-09-22 10:38:41 -07:00
parent e9e017898c
commit 175e48b061
1 changed files with 13 additions and 0 deletions

View 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'
});