diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-02-19 11:00:58 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-02-19 11:00:58 +0100 |
commit | 39924843234bb802e92e1f33d4ba0d13ef2bd095 (patch) | |
tree | 0210ed03a817d9de5f48dd6b84566be3ce57e5dd /core/js/js.js | |
parent | bffdcd76f081b16cffe85001dab339bfe57cd267 (diff) | |
download | nextcloud-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.js | 1 |
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 |