X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/examples/app/nested-loading/app.js diff --git a/examples/app/nested-loading/app.js b/examples/app/nested-loading/app.js index efd47784..c370c1cb 100644 --- a/examples/app/nested-loading/app.js +++ b/examples/app/nested-loading/app.js @@ -8,5 +8,7 @@ Ext.application({ controllers: [ 'Books' - ] + ], + + autoCreateViewport: true });