Merge pull request #1616 from velesin/remove_notifications_view

removes unused view
This commit is contained in:
Robin Ward 2013-11-05 10:38:51 -08:00
commit 84b0792db8
1 changed files with 0 additions and 14 deletions

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