mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
minor changes
This commit is contained in:
parent
300752689f
commit
c0f31ca344
2 changed files with 2 additions and 2 deletions
|
|
@ -580,8 +580,8 @@ CloudClient._createFileTable = function(pElem,pJSON)
|
|||
while(i--){
|
||||
lElem.removeChild(lElem.lastChild);
|
||||
}
|
||||
/* заполняем панель новыми элементами */
|
||||
|
||||
/* заполняем панель новыми элементами */
|
||||
lElem.innerHTML=CloudFunc.buildFromJSON(pJSON,true);
|
||||
};
|
||||
|
||||
|
|
|
|||
2
test.sh
2
test.sh
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
npm i -g jshint
|
||||
echo "jshint server.js client.js lib/cloudfunc.js"
|
||||
jshint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js
|
||||
jshint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue