Skip to content

Commit

Permalink
Doc typo and white space #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Dec 20, 2018
1 parent c93dbd0 commit 152714c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/building/model/Animator.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ define( require => {

// REVIEW: Should "config" be named "options"? This may just be a matter of preference.
config = _.extend( {

// {Property.<Vector2>}
positionProperty: null,

Expand Down
2 changes: 1 addition & 1 deletion js/building/model/Group.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ define( require => {
// @public {Property.<Target|null>} - The target, if any, that the user is holding this group over.
this.hoveringTargetProperty = new Property( null );

// @public {Animator} - Reponsible for animating the main properties of this group.
// @public {Animator} - Responsible for animating the main properties of this group.
this.animator = new Animator( {
positionProperty: this.positionProperty,
scaleProperty: this.scaleProperty,
Expand Down

0 comments on commit 152714c

Please sign in to comment.