mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 10:38:26 +00:00
chore(dom) loadCurrentHash, loadCurrentTime params
This commit is contained in:
parent
5d1c9bb4ab
commit
ad92457c72
1 changed files with 2 additions and 0 deletions
|
|
@ -1390,6 +1390,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
|
||||
/**
|
||||
* load hash
|
||||
* @pCallBack
|
||||
* @pCurrentFile
|
||||
*/
|
||||
this.loadCurrentHash = function(pCallBack, pCurrent) {
|
||||
|
|
@ -1405,6 +1406,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
|
||||
/**
|
||||
* load current modification time of file
|
||||
* @pCallBack
|
||||
* @pCurrentFile
|
||||
*/
|
||||
this.loadCurrentTime = function(pCallBack, pCurrent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue