From: Alan Knowles Date: Fri, 30 Nov 2018 03:38:58 +0000 (+0800) Subject: examples/bootstrap/modal.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=963595c9a82e5cd01f6f29fe544ce14a4d76c679 examples/bootstrap/modal.js --- 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