Skip to content

Commit 5b10d17

Browse files
committed
Fix doc comments
1 parent 644b5d1 commit 5b10d17

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/loaders/LUT3dlLoader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export class LUT3dlLoader extends Loader {
5757
* Loads a LUT.
5858
*
5959
* @param {String} url - The URL of the 3dl-file.
60-
* @param {Function} [onLoad] - A callback that receives the loaded lookup texture.
6160
* @param {Function} [onProgress] - A progress callback that receives the XMLHttpRequest instance.
6261
* @return {Promise<LookupTexture>} A promise that returns the lookup texture.
6362
*/

src/loaders/LUTCubeLoader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export class LUTCubeLoader extends Loader {
5656
* Loads a LUT asynchronously.
5757
*
5858
* @param {String} url - The URL of the CUBE-file.
59-
* @param {Function} [onLoad] - A callback that receives the loaded lookup texture.
6059
* @param {Function} [onProgress] - A progress callback that receives the XMLHttpRequest instance.
6160
* @return {Promise<LookupTexture>} A promise that returns the lookup texture.
6261
*/

types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9175,7 +9175,6 @@ export class LUTCubeLoader extends Loader {
91759175
* Loads a LUT asynchronously.
91769176
*
91779177
* @param {String} url - The URL of the CUBE-file.
9178-
* @param {Function} [onLoad] - A callback that receives the loaded lookup texture.
91799178
* @param {Function} [onProgress] - A progress callback that receives the XMLHttpRequest instance.
91809179
* @return {Promise<LookupTexture>} A promise that returns the lookup texture.
91819180
*/
@@ -9227,7 +9226,6 @@ export class LUT3dlLoader extends Loader {
92279226
* Loads a LUT asynchronously.
92289227
*
92299228
* @param {String} url - The URL of the 3dl-file.
9230-
* @param {Function} [onLoad] - A callback that receives the loaded lookup texture.
92319229
* @param {Function} [onProgress] - A progress callback that receives the XMLHttpRequest instance.
92329230
* @return {Promise<LookupTexture>} A promise that returns the lookup texture.
92339231
*/

0 commit comments

Comments
 (0)