Merge pull request #8426 from nextcloud/refactor/notification-showTempoary-unused-var

Remove unused var in OC.Notification.showTemporary
This commit is contained in:
Roeland Jago Douma 2018-02-19 12:42:59 +01:00 committed by GitHub
commit 543e1626de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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