dialog-confirm class by default
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ class Dialog {
|
||||
options = options || {};
|
||||
|
||||
/** @private */
|
||||
this.className = 'dialog';
|
||||
this.className = 'dialog-confirm';
|
||||
/** @private */
|
||||
this.backdrop = 'static';
|
||||
/** @private */
|
||||
|
||||
Reference in New Issue
Block a user