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:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-14 11:49:11 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-14 16:50:24 +0300
commit1b047e7ead7408e4422d5b4b3e224004688d69ce (patch)
treef69ab474484c60226d3fc1b628dcc9b43c1b5a1a /js/notification.js
parent8758351acf5c403b63bf50a0a47145a3707bfb53 (diff)
Fix some minor JS errors
Diffstat (limited to 'js/notification.js')
-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;