(wizard:number)
| 99 | |
| 100 | |
| 101 | function readyForConfiguration(wizard:number) { |
| 102 | |
| 103 | var server:Server = new Server("getServerConfig") |
| 104 | server.request(new Object()) |
| 105 | |
| 106 | configurationWizard[wizard].createWizard() |
| 107 | |
| 108 | } |
| 109 | |
| 110 | function saveWizard() { |
| 111 |
nothing calls this directly
no test coverage detected