Merge pull request #8426 from nextcloud/refactor/notification-showTempoary-unused-var
Remove unused var in OC.Notification.showTemporary
This commit is contained in:
commit
543e1626de
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue