From 478879eca28f7ee63428ec58a41db3ec272fc551 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 12:20:30 +0800 Subject: [PATCH] Roo/bootstrap/Modal.js --- Roo/bootstrap/Modal.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Modal.js b/Roo/bootstrap/Modal.js index 73b5cf3039..32419beeef 100644 --- a/Roo/bootstrap/Modal.js +++ b/Roo/bootstrap/Modal.js @@ -41,7 +41,14 @@ Roo.bootstrap.Modal = function(config){ * @param {Roo.bootstrap.Modal} this * @param {Roo.EventObject} e */ - "resize" : true + "resize" : true, + /** + * @event close + * Fire when the top 'x' close button is pressed. + * @param {Roo.bootstrap.Modal} this + * @param {Roo.EventObject} e + */ + "resize" : true, }); this.buttons = this.buttons || []; -- 2.39.2