(fileDialog)
| 38 | }); |
| 39 | |
| 40 | function getFileElements(fileDialog) { |
| 41 | return $(fileDialog.element).find('li').toArray(); |
| 42 | } |
| 43 | |
| 44 | function getFileElementName(element) { |
| 45 | return $(element).find('span').text(); |
no outgoing calls
no test coverage detected