Skip to content

Commit e8e0f87

Browse files
committed
Fixed doc'd example
1 parent 4c6945e commit e8e0f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tweenjs/plugins/RelativePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ this.createjs = this.createjs||{};
3838
/**
3939
* The RelativePlugin for TweenJS enables relative numeric values for tweens. Install using:
4040
*
41-
* RotationPlugin.install();
41+
* RelativePlugin.install();
4242
*
4343
* Once installed, you can pass in relative numeric property values as strings beginning with "+" or "-". For example,
4444
* the following tween would tween the x position of `foo` from its initial value of `200` to `50` (200-150), then to

0 commit comments

Comments
 (0)