From 963595c9a82e5cd01f6f29fe544ce14a4d76c679 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 11:38:58 +0800 Subject: [PATCH] examples/bootstrap/modal.js --- examples/bootstrap/modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/modal.js b/examples/bootstrap/modal.js index f4142fb2c9..54bfaa5e3d 100644 --- a/examples/bootstrap/modal.js +++ b/examples/bootstrap/modal.js @@ -34,7 +34,7 @@ Roo.apply(Roo.example.modal, { var _this = this; - return { + this.dialog = Roo.factory({ xtype: 'Modal', xns: Roo.bootstrap, title : "Login", @@ -88,6 +88,6 @@ Roo.apply(Roo.example.modal, { ] } ] - }; + }); } }); \ No newline at end of file -- 2.39.2