浏览代码

fixed indent

Lewy Blue 5 年之前
父节点
当前提交
b7e45969b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/loaders/Loader.html

+ 1 - 1
docs/api/en/loaders/Loader.html

@@ -59,7 +59,7 @@
 
 		<h3>[method:Promise loadAsync]( [param:String url], [param:Function onProgress] )</h3>
 		<p>
-			[page:String url] — A string containing the path/URL of the file to be loaded.<br />
+		[page:String url] — A string containing the path/URL of the file to be loaded.<br />
 		[page:Function onProgress] — (optional) A function to be called while the loading is in progress. The argument will be the XMLHttpRequest instance, that contains .[page:Integer total] and .[page:Integer loaded] bytes.<br />
 		</p>
 		<p>