summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-19 11:00:58 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-19 11:00:58 +0100
commit39924843234bb802e92e1f33d4ba0d13ef2bd095 (patch)
tree0210ed03a817d9de5f48dd6b84566be3ce57e5dd /core/js/js.js
parentbffdcd76f081b16cffe85001dab339bfe57cd267 (diff)
downloadnextcloud-server-39924843234bb802e92e1f33d4ba0d13ef2bd095.tar.gz
nextcloud-server-39924843234bb802e92e1f33d4ba0d13ef2bd095.zip
Remove unused var in OC.Notification.showTemporary
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 872761c02bb..9b8829de250 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1237,7 +1237,6 @@ OC.Notification={
* @param {string} [options.type] notification type
*/
showTemporary: function(text, options) {
- var self = this;
var defaults = {
isHTML: false,
timeout: 7