]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/portal/test/bootstrap-launch.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / portal / test / bootstrap-launch.js
CommitLineData
6527f429
DM
1Ext.require([\r
2 "*"\r
3]);\r
4Ext.onReady(function () {\r
5 if (/loadSpecs=true/i.test(location.search)) {\r
6 Ext.Loader.loadScripts({\r
7 url: ["../bootstrap-specs.js"]\r
8 });\r
9 } else if(Ext.cmd && Ext.cmd.api) {\r
10 Ext.cmd.api.startTests();\r
11 }\r
12});\r