removes unused view

This commit is contained in:
Wojciech Zawistowski 2013-11-05 18:10:04 +01:00
parent 8724b2e2b6
commit 2f2b99f766

View File

@ -1,14 +0,0 @@
/**
This view handles rendering of a user's notifications
@class NotificationsView
@extends Discourse.View
@namespace Discourse
@module Discourse
**/
Discourse.NotificationsView = Discourse.View.extend({
classNameBindings: ['content.read', ':notifications'],
templateName: 'notifications'
});