From 237c7ea5305fba1526d4e2e82f295c110eb468ad Mon Sep 17 00:00:00 2001 From: Lewy Blue Date: Sat, 19 Aug 2017 17:32:11 +0700 Subject: [PATCH] [DOCS] minor improvement of AnimationLoader doc --- docs/api/loaders/AnimationLoader.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/loaders/AnimationLoader.html b/docs/api/loaders/AnimationLoader.html index c216aafbfd..4fb6994333 100644 --- a/docs/api/loaders/AnimationLoader.html +++ b/docs/api/loaders/AnimationLoader.html @@ -11,7 +11,7 @@

[name]

- Class for loading an animation in JSON format. + Class for loading [page:AnimationClip AnimationClips] in JSON format. This uses the [page:FileLoader] internally for loading files.
@@ -26,8 +26,8 @@ // resource URL 'animations/animation.js', // Function when resource is loaded - function ( animation ) { - // do something with the animation + function ( animations ) { + // animations is an array of AnimationClips }, // Function called when download progresses function ( xhr ) { -- GitLab