mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed unused function argument.
This commit is contained in:
@@ -380,7 +380,7 @@ var messageDialogProto = Object.create(HTMLDialogElement.prototype, {
|
||||
|
||||
showModal: {
|
||||
/* A type of 'error' or 'info' produces an 'OK'-only dialog box. */
|
||||
value: function(type, title, text, onClose) {
|
||||
value: function(type, title, text) {
|
||||
|
||||
this.querySelector('h1').textContent = title;
|
||||
this.querySelector('p').textContent = text;
|
||||
|
||||
Reference in New Issue
Block a user