()
| 5349 | // 为了兼容IE8、9的上传,因为IE8、9使用 modal 上传 |
| 5350 | // 这里使用异步,为了不妨碍高级浏览器通过点击 $uploadContent 选择文件 |
| 5351 | function hidePanel() { |
| 5352 | menu.dropPanel.hide(); |
| 5353 | } |
| 5354 | $uploadContent.click(function () { |
| 5355 | setTimeout(hidePanel); |
| 5356 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected