Remove unused var in OC.Notification.showTemporary

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/8426/head
Christoph Wurst 8 years ago
parent bffdcd76f0
commit 3992484323
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      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

Loading…
Cancel
Save