Browse Source

Remove unused var in OC.Notification.showTemporary

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v14.0.0beta1
Christoph Wurst 6 years ago
parent
commit
3992484323
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      core/js/js.js

+ 0
- 1
core/js/js.js View File

* @param {string} [options.type] notification type * @param {string} [options.type] notification type
*/ */
showTemporary: function(text, options) { showTemporary: function(text, options) {
var self = this;
var defaults = { var defaults = {
isHTML: false, isHTML: false,
timeout: 7 timeout: 7

Loading…
Cancel
Save