Skip to content

Commit 39ae7d4

Browse files
committed
Updated parent argument
1 parent 8ced58d commit 39ae7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/tween/builder/TimelineBuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var TimelineBuilder = function (manager, config)
5151
// Create the Tweens
5252
for (var i = 0; i < tweens.length; i++)
5353
{
54-
timeline.queue(TweenBuilder(manager, tweens[i], defaults));
54+
timeline.queue(TweenBuilder(timeline, tweens[i], defaults));
5555
}
5656

5757
timeline.completeDelay = GetAdvancedValue(config, 'completeDelay', 0);

0 commit comments

Comments
 (0)