Explorar el Código

ImageBitmapLoader: Fix return type

Mugen87 hace 7 años
padre
commit
635c88dba3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/loaders/ImageBitmapLoader.html

+ 1 - 1
docs/api/loaders/ImageBitmapLoader.html

@@ -79,7 +79,7 @@
 		[page:Function onError] — Will be called when load errors.<br />
 		</div>
 		<div>
-		Begin loading from url and return the [page:Image image] object that will contain the data.
+		Begin loading from url and return the [page:ImageBitmap image] object that will contain the data.
 		</div>
 
 		<h3>[method:ImageBitmapLoader setCrossOrigin]()</h3>