Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/notification.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/js/notification.js b/js/notification.js
index 5d40cf1..1b84374 100644
--- a/js/notification.js
+++ b/js/notification.js
@@ -52,10 +52,6 @@
notification_id: null,
- getActions: function() {
- return this.actions;
- },
-
getSubject: function() {
return this.subject;
},
@@ -116,7 +112,7 @@
}
- }
+ };
OCA.Notifications.Notif = Notif;