()
| 6817 | // ------ 隐藏进度条 ------ |
| 6818 | var timeoutId; |
| 6819 | function hideProgress() { |
| 6820 | $progress.hide(); |
| 6821 | timeoutId = null; |
| 6822 | } |
| 6823 | editor.hideUploadProgress = function (time) { |
| 6824 | if (timeoutId) { |
| 6825 | clearTimeout(timeoutId); |
nothing calls this directly
no outgoing calls
no test coverage detected