chore(files) add " "

This commit is contained in:
coderaiser 2014-09-09 09:57:03 -04:00
parent d9637d8ebd
commit 8deda93cd1

View file

@ -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