mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(files) add " "
This commit is contained in:
parent
d9637d8ebd
commit
8deda93cd1
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ var Util, DOM;
|
|||
|
||||
getSystemFile(path , callback);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
function getPath(name, isHTML, isJSON) {
|
||||
|
|
@ -116,7 +116,7 @@ var Util, DOM;
|
|||
function getSystemFile(url, callback) {
|
||||
if (!Promises[url])
|
||||
Promises[url] = new Promise(function(resolve, reject) {
|
||||
DOM.load.ajax({
|
||||
DOM.load.ajax({
|
||||
url : url,
|
||||
success : resolve,
|
||||
error : reject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue