()
| 29 | } |
| 30 | |
| 31 | createScript() |
| 32 | { |
| 33 | window.service.createScriptUI.show(window.service.pickercallback); |
| 34 | $('#file-picker').modal("hide"); |
| 35 | $('#script-creator').modal("show"); |
| 36 | } |
| 37 | |
| 38 | findAllScriptsInFolders(ext, folder, root) |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected