From 2f2b99f766a745fefdb9428c309a3ef1ae019ad1 Mon Sep 17 00:00:00 2001 From: Wojciech Zawistowski Date: Tue, 5 Nov 2013 18:10:04 +0100 Subject: [PATCH] removes unused view --- .../discourse/views/notifications_view.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app/assets/javascripts/discourse/views/notifications_view.js diff --git a/app/assets/javascripts/discourse/views/notifications_view.js b/app/assets/javascripts/discourse/views/notifications_view.js deleted file mode 100644 index f1e9501def8..00000000000 --- a/app/assets/javascripts/discourse/views/notifications_view.js +++ /dev/null @@ -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' -}); - -